Html Css Color HEX #768D74 Davy's Grey

📋 copy color: '#768D74'

red 118 ◦ green 141 ◦ blue 116

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

Shades of Davy's Grey #768D74

Tints of Davy's Grey #768D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.6%

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

R = 31.47%
G = 37.6%
B = 30.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#768D74 (or 0x768D74) is known color: Davy's Grey. HEX triplet: 76, 8D and 74. RGB value is (118,141,116). Sum of RGB (Red+Green+Blue) = 118+141+116=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #768D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D74 is #89728B. Grayscale: #838383. Windows color (decimal): -9007756 or 7638390. OLE color: 7638390.

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

Color convert

RGB 118 141 116 -
CMYK 0.16 0 0.18 0.45
HSL 115.2º 0.1% 0.5% -
HSV(B) 115.2º 0.18% 0.55% -
XYZ 20.15 24.16 20.12 -
YUV 131.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 118 141 116 0.16 0 0.18 0.45 115.2 0.1 0.5
Hex 76 8D 74 10 0 12 2D 73 A 32
Octal 166 215 164 20 0 22 55 163 12 62
Binary 1110110 10001101 1110100 10000 0 10010 101101 1110011 1010 110010

Color Harmonies of #768D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D74

Black with #768D74

Text Example


Text Example

White with #768D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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