Html Css Color HEX #768874 Davy's Grey

📋 copy color: '#768874'

red 118 ◦ green 136 ◦ blue 116

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

Shades of Davy's Grey #768874

Tints of Davy's Grey #768874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

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

R = 31.89%
G = 36.76%
B = 31.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#768874 (or 0x768874) is known color: Davy's Grey. HEX triplet: 76, 88 and 74. RGB value is (118,136,116). Sum of RGB (Red+Green+Blue) = 118+136+116=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #768874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768874 is #89778B. Grayscale: #808080. Windows color (decimal): -9009036 or 7637110. OLE color: 7637110.

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

Color convert

RGB 118 136 116 -
CMYK 0.13 0 0.15 0.47
HSL 114º 0.08% 0.49% -
HSV(B) 114º 0.15% 0.53% -
XYZ 19.43 22.72 19.88 -
YUV 128.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 118 136 116 0.13 0 0.15 0.47 114 0.08 0.49
Hex 76 88 74 D 0 F 2F 72 8 31
Octal 166 210 164 15 0 17 57 162 10 61
Binary 1110110 10001000 1110100 1101 0 1111 101111 1110010 1000 110001

Color Harmonies of #768874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768874

Black with #768874

Text Example


Text Example

White with #768874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768874; }

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

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

background-color css

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

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

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

border-color css

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

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

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