Html Css Color HEX #748971 Davy's Grey

📋 copy color: '#748971'

red 116 ◦ green 137 ◦ blue 113

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

Shades of Davy's Grey #748971

Tints of Davy's Grey #748971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 31.69%
G = 37.43%
B = 30.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#748971 (or 0x748971) is known color: Davy's Grey. HEX triplet: 74, 89 and 71. RGB value is (116,137,113). Sum of RGB (Red+Green+Blue) = 116+137+113=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #748971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748971 is #8B768E. Grayscale: #808080. Windows color (decimal): -9139855 or 7440756. OLE color: 7440756.

HSL color Cylindrical-coordinate representation of color #748971: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748971 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 113 -
CMYK 0.15 0 0.18 0.46
HSL 112.5º 0.1% 0.49% -
HSV(B) 112.5º 0.18% 0.54% -
XYZ 19.13 22.8 19.01 -
YUV 127.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 116 137 113 0.15 0 0.18 0.46 112.5 0.1 0.49
Hex 74 89 71 F 0 12 2E 70 A 31
Octal 164 211 161 17 0 22 56 160 12 61
Binary 1110100 10001001 1110001 1111 0 10010 101110 1110000 1010 110001

Color Harmonies of #748971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748971

Black with #748971

Text Example


Text Example

White with #748971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748971; }

 p { color: rgb(116,137,113); }

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

background-color css

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

 a { background-color: rgb(116,137,113); }

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

border-color css

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

 span { border-color: rgb(116,137,113); }

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