Html Css Color HEX #768C77 Davy's Grey

📋 copy color: '#768C77'

red 118 ◦ green 140 ◦ blue 119

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

Shades of Davy's Grey #768C77

Tints of Davy's Grey #768C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

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

R = 31.3%
G = 37.14%
B = 31.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#768C77 (or 0x768C77) is known color: Davy's Grey. HEX triplet: 76, 8C and 77. RGB value is (118,140,119). Sum of RGB (Red+Green+Blue) = 118+140+119=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #768C77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C77 is #897388. Grayscale: #838383. Windows color (decimal): -9008009 or 7834742. OLE color: 7834742.

HSL color Cylindrical-coordinate representation of color #768C77: hue angle of 122.73º 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 #768C77 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 140 119 -
CMYK 0.16 0 0.15 0.45
HSL 122.73º 0.09% 0.51% -
HSV(B) 122.73º 0.16% 0.55% -
XYZ 20.18 23.94 21.01 -
YUV 131.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 118 140 119 0.16 0 0.15 0.45 122.73 0.09 0.51
Hex 76 8C 77 10 0 F 2D 7B 9 33
Octal 166 214 167 20 0 17 55 173 11 63
Binary 1110110 10001100 1110111 10000 0 1111 101101 1111011 1001 110011

Color Harmonies of #768C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C77

Black with #768C77

Text Example


Text Example

White with #768C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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