Html Css Color HEX #738674 Davy's Grey

📋 copy color: '#738674'

red 115 ◦ green 134 ◦ blue 116

#738674
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #738674

Tints of Davy's Grey #738674

RGB

 RED value IS 115 (45.31% from 255) = 31.51%

 GREEN value IS 134 (52.73% from 255) = 36.71%

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 31.51%
G = 36.71%
B = 31.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#738674 (or 0x738674) is known color: Davy's Grey. HEX triplet: 73, 86 and 74. RGB value is (115,134,116). Sum of RGB (Red+Green+Blue) = 115+134+116=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #738674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738674 is #8C798B. Grayscale: #7E7E7E. Windows color (decimal): -9206156 or 7636595. OLE color: 7636595.

HSL color Cylindrical-coordinate representation of color #738674: hue angle of 123.16º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #738674 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 134 116 -
CMYK 0.14 0 0.13 0.47
HSL 123.16º 0.08% 0.49% -
HSV(B) 123.16º 0.14% 0.53% -
XYZ 18.75 21.96 19.77 -
YUV 126.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 115 134 116 0.14 0 0.13 0.47 123.16 0.08 0.49
Hex 73 86 74 E 0 D 2F 7B 8 31
Octal 163 206 164 16 0 15 57 173 10 61
Binary 1110011 10000110 1110100 1110 0 1101 101111 1111011 1000 110001

Color Harmonies of #738674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738674

Black with #738674

Text Example


Text Example

White with #738674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738674; }

 p { color: rgb(115,134,116); }

 H1.HeaderClassName
 {
   color: #738674;
 }
 .AnyTagClassName
 {
   color: #738674;
 }
</style>

background-color css

<style>
 a { background-color: #738674; }

 a { background-color: rgb(115,134,116); }

 div.DivClassName
 {
   background-color: #738674;
 }
 .BgClassName
 {
   background-color: #738674;
 }
</style>

border-color css

<style>
 span { border-color: #738674; }

 span { border-color: rgb(115,134,116); }

 td.TdClassName
 {
   border-color: #738674;
 }
 .TagClassName
 {
   border-color: #738674;
 }
</style>