Html Css Color HEX #768D77 Davy's Grey

📋 copy color: '#768D77'

red 118 ◦ green 141 ◦ blue 119

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

Shades of Davy's Grey #768D77

Tints of Davy's Grey #768D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 31.22%
G = 37.3%
B = 31.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#768D77 (or 0x768D77) is known color: Davy's Grey. HEX triplet: 76, 8D and 77. RGB value is (118,141,119). Sum of RGB (Red+Green+Blue) = 118+141+119=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #768D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D77 is #897288. Grayscale: #838383. Windows color (decimal): -9007753 or 7834998. OLE color: 7834998.

HSL color Cylindrical-coordinate representation of color #768D77: hue angle of 122.61º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768D77 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 141 119 -
CMYK 0.16 0 0.16 0.45
HSL 122.61º 0.09% 0.51% -
HSV(B) 122.61º 0.16% 0.55% -
XYZ 20.33 24.23 21.06 -
YUV 131.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 118 141 119 0.16 0 0.16 0.45 122.61 0.09 0.51
Hex 76 8D 77 10 0 10 2D 7B 9 33
Octal 166 215 167 20 0 20 55 173 11 63
Binary 1110110 10001101 1110111 10000 0 10000 101101 1111011 1001 110011

Color Harmonies of #768D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D77

Black with #768D77

Text Example


Text Example

White with #768D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,141,119); }

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

background-color css

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

 a { background-color: rgb(118,141,119); }

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

border-color css

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

 span { border-color: rgb(118,141,119); }

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