Html Css Color HEX #768774 Davy's Grey

📋 copy color: '#768774'

red 118 ◦ green 135 ◦ blue 116

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

Shades of Davy's Grey #768774

Tints of Davy's Grey #768774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 31.98%
G = 36.59%
B = 31.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#768774 (or 0x768774) is known color: Davy's Grey. HEX triplet: 76, 87 and 74. RGB value is (118,135,116). Sum of RGB (Red+Green+Blue) = 118+135+116=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #768774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768774 is #89788B. Grayscale: #7F7F7F. Windows color (decimal): -9009292 or 7636854. OLE color: 7636854.

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

Color convert

RGB 118 135 116 -
CMYK 0.13 0 0.14 0.47
HSL 113.68º 0.08% 0.49% -
HSV(B) 113.68º 0.14% 0.53% -
XYZ 19.29 22.44 19.84 -
YUV 127.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 118 135 116 0.13 0 0.14 0.47 113.68 0.08 0.49
Hex 76 87 74 D 0 E 2F 72 8 31
Octal 166 207 164 15 0 16 57 162 10 61
Binary 1110110 10000111 1110100 1101 0 1110 101111 1110010 1000 110001

Color Harmonies of #768774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768774

Black with #768774

Text Example


Text Example

White with #768774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768774; }

 p { color: rgb(118,135,116); }

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

background-color css

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

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

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

border-color css

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

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

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