Html Css Color HEX #768E73 Davy's Grey

📋 copy color: '#768E73'

red 118 ◦ green 142 ◦ blue 115

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

Shades of Davy's Grey #768E73

Tints of Davy's Grey #768E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.87%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 31.47%
G = 37.87%
B = 30.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#768E73 (or 0x768E73) is known color: Davy's Grey. HEX triplet: 76, 8E and 73. RGB value is (118,142,115). Sum of RGB (Red+Green+Blue) = 118+142+115=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #768E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E73 is #89718C. Grayscale: #838383. Windows color (decimal): -9007501 or 7573110. OLE color: 7573110.

HSL color Cylindrical-coordinate representation of color #768E73: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768E73 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 142 115 -
CMYK 0.17 0 0.19 0.44
HSL 113.33º 0.11% 0.5% -
HSV(B) 113.33º 0.19% 0.56% -
XYZ 20.24 24.44 19.87 -
YUV 131.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 118 142 115 0.17 0 0.19 0.44 113.33 0.11 0.5
Hex 76 8E 73 11 0 13 2C 71 B 32
Octal 166 216 163 21 0 23 54 161 13 62
Binary 1110110 10001110 1110011 10001 0 10011 101100 1110001 1011 110010

Color Harmonies of #768E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768E73

Black with #768E73

Text Example


Text Example

White with #768E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,142,115); }

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

background-color css

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

 a { background-color: rgb(118,142,115); }

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

border-color css

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

 span { border-color: rgb(118,142,115); }

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