Html Css Color HEX #748C72 Davy's Grey

📋 copy color: '#748C72'

red 116 ◦ green 140 ◦ blue 114

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

Shades of Davy's Grey #748C72

Tints of Davy's Grey #748C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.84%

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

R = 31.35%
G = 37.84%
B = 30.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#748C72 (or 0x748C72) is known color: Davy's Grey. HEX triplet: 74, 8C and 72. RGB value is (116,140,114). Sum of RGB (Red+Green+Blue) = 116+140+114=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #748C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C72 is #8B738D. Grayscale: #818181. Windows color (decimal): -9139086 or 7507060. OLE color: 7507060.

HSL color Cylindrical-coordinate representation of color #748C72: hue angle of 115.38º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748C72 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 140 114 -
CMYK 0.17 0 0.19 0.45
HSL 115.38º 0.1% 0.5% -
HSV(B) 115.38º 0.19% 0.55% -
XYZ 19.62 23.68 19.46 -
YUV 129.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 116 140 114 0.17 0 0.19 0.45 115.38 0.1 0.5
Hex 74 8C 72 11 0 13 2D 73 A 32
Octal 164 214 162 21 0 23 55 163 12 62
Binary 1110100 10001100 1110010 10001 0 10011 101101 1110011 1010 110010

Color Harmonies of #748C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C72

Black with #748C72

Text Example


Text Example

White with #748C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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