Html Css Color HEX #748872 Davy's Grey

📋 copy color: '#748872'

red 116 ◦ green 136 ◦ blue 114

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

Shades of Davy's Grey #748872

Tints of Davy's Grey #748872

RGB

 RED value IS 116 (45.7% from 255) = 31.69%

 GREEN value IS 136 (53.52% from 255) = 37.16%

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 31.69%
G = 37.16%
B = 31.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#748872 (or 0x748872) is known color: Davy's Grey. HEX triplet: 74, 88 and 72. RGB value is (116,136,114). Sum of RGB (Red+Green+Blue) = 116+136+114=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #748872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748872 is #8B778D. Grayscale: #7F7F7F. Windows color (decimal): -9140110 or 7506036. OLE color: 7506036.

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

Color convert

RGB 116 136 114 -
CMYK 0.15 0 0.16 0.47
HSL 114.55º 0.09% 0.49% -
HSV(B) 114.55º 0.16% 0.53% -
XYZ 19.04 22.54 19.27 -
YUV 127.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 116 136 114 0.15 0 0.16 0.47 114.55 0.09 0.49
Hex 74 88 72 F 0 10 2F 73 9 31
Octal 164 210 162 17 0 20 57 163 11 61
Binary 1110100 10001000 1110010 1111 0 10000 101111 1110011 1001 110001

Color Harmonies of #748872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748872

Black with #748872

Text Example


Text Example

White with #748872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748872; }

 p { color: rgb(116,136,114); }

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

background-color css

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

 a { background-color: rgb(116,136,114); }

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

border-color css

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

 span { border-color: rgb(116,136,114); }

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