Html Css Color HEX #748472 Davy's Grey

📋 copy color: '#748472'

red 116 ◦ green 132 ◦ blue 114

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

Shades of Davy's Grey #748472

Tints of Davy's Grey #748472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 32.04%
G = 36.46%
B = 31.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#748472 (or 0x748472) is known color: Davy's Grey. HEX triplet: 74, 84 and 72. RGB value is (116,132,114). Sum of RGB (Red+Green+Blue) = 116+132+114=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #748472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748472 is #8B7B8D. Grayscale: #7D7D7D. Windows color (decimal): -9141134 or 7505012. OLE color: 7505012.

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

Color convert

RGB 116 132 114 -
CMYK 0.12 0 0.14 0.48
HSL 113.33º 0.07% 0.48% -
HSV(B) 113.33º 0.14% 0.52% -
XYZ 18.49 21.43 19.08 -
YUV 125.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 116 132 114 0.12 0 0.14 0.48 113.33 0.07 0.48
Hex 74 84 72 C 0 E 30 71 7 30
Octal 164 204 162 14 0 16 60 161 7 60
Binary 1110100 10000100 1110010 1100 0 1110 110000 1110001 111 110000

Color Harmonies of #748472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748472

Black with #748472

Text Example


Text Example

White with #748472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748472; }

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

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

background-color css

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

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

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

border-color css

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

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

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