Html Css Color HEX #738574 Davy's Grey

📋 copy color: '#738574'

red 115 ◦ green 133 ◦ blue 116

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

Shades of Davy's Grey #738574

Tints of Davy's Grey #738574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

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

R = 31.59%
G = 36.54%
B = 31.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#738574 (or 0x738574) is known color: Davy's Grey. HEX triplet: 73, 85 and 74. RGB value is (115,133,116). Sum of RGB (Red+Green+Blue) = 115+133+116=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #738574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738574 is #8C7A8B. Grayscale: #7D7D7D. Windows color (decimal): -9206412 or 7636339. OLE color: 7636339.

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

Color convert

RGB 115 133 116 -
CMYK 0.14 0 0.13 0.48
HSL 123.33º 0.07% 0.49% -
HSV(B) 123.33º 0.14% 0.52% -
XYZ 18.61 21.68 19.73 -
YUV 125.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 115 133 116 0.14 0 0.13 0.48 123.33 0.07 0.49
Hex 73 85 74 E 0 D 30 7B 7 31
Octal 163 205 164 16 0 15 60 173 7 61
Binary 1110011 10000101 1110100 1110 0 1101 110000 1111011 111 110001

Color Harmonies of #738574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738574

Black with #738574

Text Example


Text Example

White with #738574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738574; }

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

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

background-color css

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

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

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

border-color css

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

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

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