Html Css Color HEX #768F73 Davy's Grey

📋 copy color: '#768F73'

red 118 ◦ green 143 ◦ blue 115

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

Shades of Davy's Grey #768F73

Tints of Davy's Grey #768F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

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

R = 31.38%
G = 38.03%
B = 30.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#768F73 (or 0x768F73) is known color: Davy's Grey. HEX triplet: 76, 8F and 73. RGB value is (118,143,115). Sum of RGB (Red+Green+Blue) = 118+143+115=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #768F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F73 is #89708C. Grayscale: #848484. Windows color (decimal): -9007245 or 7573366. OLE color: 7573366.

HSL color Cylindrical-coordinate representation of color #768F73: hue angle of 113.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768F73 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 143 115 -
CMYK 0.17 0 0.20 0.44
HSL 113.57º 0.11% 0.51% -
HSV(B) 113.57º 0.2% 0.56% -
XYZ 20.39 24.73 19.92 -
YUV 132.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 118 143 115 0.17 0 0.20 0.44 113.57 0.11 0.51
Hex 76 8F 73 11 0 14 2C 72 B 33
Octal 166 217 163 21 0 24 54 162 13 63
Binary 1110110 10001111 1110011 10001 0 10100 101100 1110010 1011 110011

Color Harmonies of #768F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768F73

Black with #768F73

Text Example


Text Example

White with #768F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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