Html Css Color HEX #768A74 Davy's Grey

📋 copy color: '#768A74'

red 118 ◦ green 138 ◦ blue 116

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

Shades of Davy's Grey #768A74

Tints of Davy's Grey #768A74

RGB

 RED value IS 118 (46.48% from 255) = 31.72%

 GREEN value IS 138 (54.3% from 255) = 37.1%

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

R = 31.72%
G = 37.1%
B = 31.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#768A74 (or 0x768A74) is known color: Davy's Grey. HEX triplet: 76, 8A and 74. RGB value is (118,138,116). Sum of RGB (Red+Green+Blue) = 118+138+116=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #768A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A74 is #89758B. Grayscale: #818181. Windows color (decimal): -9008524 or 7637622. OLE color: 7637622.

HSL color Cylindrical-coordinate representation of color #768A74: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768A74 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 138 116 -
CMYK 0.14 0 0.16 0.46
HSL 114.55º 0.09% 0.5% -
HSV(B) 114.55º 0.16% 0.54% -
XYZ 19.71 23.29 19.98 -
YUV 129.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 118 138 116 0.14 0 0.16 0.46 114.55 0.09 0.5
Hex 76 8A 74 E 0 10 2E 73 9 32
Octal 166 212 164 16 0 20 56 163 11 62
Binary 1110110 10001010 1110100 1110 0 10000 101110 1110011 1001 110010

Color Harmonies of #768A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A74

Black with #768A74

Text Example


Text Example

White with #768A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768A74; }

 p { color: rgb(118,138,116); }

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

background-color css

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

 a { background-color: rgb(118,138,116); }

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

border-color css

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

 span { border-color: rgb(118,138,116); }

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