Html Css Color HEX #768C76 Davy's Grey

📋 copy color: '#768C76'

red 118 ◦ green 140 ◦ blue 118

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

Shades of Davy's Grey #768C76

Tints of Davy's Grey #768C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 31.38%
G = 37.23%
B = 31.38%

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

#768C76 (or 0x768C76) is known color: Davy's Grey. HEX triplet: 76, 8C and 76. RGB value is (118,140,118). Sum of RGB (Red+Green+Blue) = 118+140+118=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #768C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C76 is #897389. Grayscale: #828282. Windows color (decimal): -9008010 or 7769206. OLE color: 7769206.

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

Color convert

RGB 118 140 118 -
CMYK 0.16 0 0.16 0.45
HSL 120º 0.09% 0.51% -
HSV(B) 120º 0.16% 0.55% -
XYZ 20.12 23.92 20.7 -
YUV 130.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 118 140 118 0.16 0 0.16 0.45 120 0.09 0.51
Hex 76 8C 76 10 0 10 2D 78 9 33
Octal 166 214 166 20 0 20 55 170 11 63
Binary 1110110 10001100 1110110 10000 0 10000 101101 1111000 1001 110011

Color Harmonies of #768C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C76

Black with #768C76

Text Example


Text Example

White with #768C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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