Html Css Color HEX #768D73 Davy's Grey

📋 copy color: '#768D73'

red 118 ◦ green 141 ◦ blue 115

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

Shades of Davy's Grey #768D73

Tints of Davy's Grey #768D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 31.55%
G = 37.7%
B = 30.75%

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

#768D73 (or 0x768D73) is known color: Davy's Grey. HEX triplet: 76, 8D and 73. RGB value is (118,141,115). Sum of RGB (Red+Green+Blue) = 118+141+115=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #768D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D73 is #89728C. Grayscale: #838383. Windows color (decimal): -9007757 or 7572854. OLE color: 7572854.

HSL color Cylindrical-coordinate representation of color #768D73: hue angle of 113.08º 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 #768D73 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 141 115 -
CMYK 0.16 0 0.18 0.45
HSL 113.08º 0.1% 0.5% -
HSV(B) 113.08º 0.18% 0.55% -
XYZ 20.09 24.14 19.82 -
YUV 131.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 118 141 115 0.16 0 0.18 0.45 113.08 0.1 0.5
Hex 76 8D 73 10 0 12 2D 71 A 32
Octal 166 215 163 20 0 22 55 161 12 62
Binary 1110110 10001101 1110011 10000 0 10010 101101 1110001 1010 110010

Color Harmonies of #768D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D73

Black with #768D73

Text Example


Text Example

White with #768D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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