Html Css Color HEX #768B76 Davy's Grey

📋 copy color: '#768B76'

red 118 ◦ green 139 ◦ blue 118

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

Shades of Davy's Grey #768B76

Tints of Davy's Grey #768B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

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

R = 31.47%
G = 37.07%
B = 31.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#768B76 (or 0x768B76) is known color: Davy's Grey. HEX triplet: 76, 8B and 76. RGB value is (118,139,118). Sum of RGB (Red+Green+Blue) = 118+139+118=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #768B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B76 is #897489. Grayscale: #828282. Windows color (decimal): -9008266 or 7768950. OLE color: 7768950.

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

Color convert

RGB 118 139 118 -
CMYK 0.15 0 0.15 0.45
HSL 120º 0.08% 0.5% -
HSV(B) 120º 0.15% 0.55% -
XYZ 19.97 23.62 20.65 -
YUV 130.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 118 139 118 0.15 0 0.15 0.45 120 0.08 0.5
Hex 76 8B 76 F 0 F 2D 78 8 32
Octal 166 213 166 17 0 17 55 170 10 62
Binary 1110110 10001011 1110110 1111 0 1111 101101 1111000 1000 110010

Color Harmonies of #768B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B76

Black with #768B76

Text Example


Text Example

White with #768B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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