Html Css Color HEX #768677 Davy's Grey

📋 copy color: '#768677'

red 118 ◦ green 134 ◦ blue 119

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

Shades of Davy's Grey #768677

Tints of Davy's Grey #768677

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 31.81%
G = 36.12%
B = 32.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#768677 (or 0x768677) is known color: Davy's Grey. HEX triplet: 76, 86 and 77. RGB value is (118,134,119). Sum of RGB (Red+Green+Blue) = 118+134+119=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #768677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768677 is #897988. Grayscale: #7F7F7F. Windows color (decimal): -9009545 or 7833206. OLE color: 7833206.

HSL color Cylindrical-coordinate representation of color #768677: hue angle of 123.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768677 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 119 -
CMYK 0.12 0 0.11 0.47
HSL 123.75º 0.06% 0.49% -
HSV(B) 123.75º 0.12% 0.53% -
XYZ 19.33 22.23 20.73 -
YUV 127.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 118 134 119 0.12 0 0.11 0.47 123.75 0.06 0.49
Hex 76 86 77 C 0 B 2F 7C 6 31
Octal 166 206 167 14 0 13 57 174 6 61
Binary 1110110 10000110 1110111 1100 0 1011 101111 1111100 110 110001

Color Harmonies of #768677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768677

Black with #768677

Text Example


Text Example

White with #768677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768677; }

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

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

background-color css

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

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

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

border-color css

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

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

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