Html Css Color HEX #768376 Davy's Grey

📋 copy color: '#768376'

red 118 ◦ green 131 ◦ blue 118

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

Shades of Davy's Grey #768376

Tints of Davy's Grey #768376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

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

R = 32.15%
G = 35.69%
B = 32.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#768376 (or 0x768376) is known color: Davy's Grey. HEX triplet: 76, 83 and 76. RGB value is (118,131,118). Sum of RGB (Red+Green+Blue) = 118+131+118=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #768376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768376 is #897C89. Grayscale: #7D7D7D. Windows color (decimal): -9010314 or 7766902. OLE color: 7766902.

HSL color Cylindrical-coordinate representation of color #768376: hue angle of 120º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #768376 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 118 -
CMYK 0.10 0 0.10 0.49
HSL 120º 0.05% 0.49% -
HSV(B) 120º 0.1% 0.51% -
XYZ 18.86 21.39 20.27 -
YUV 125.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 118 131 118 0.10 0 0.10 0.49 120 0.05 0.49
Hex 76 83 76 A 0 A 31 78 5 31
Octal 166 203 166 12 0 12 61 170 5 61
Binary 1110110 10000011 1110110 1010 0 1010 110001 1111000 101 110001

Color Harmonies of #768376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768376

Black with #768376

Text Example


Text Example

White with #768376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768376; }

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

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

background-color css

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

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

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

border-color css

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

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

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