Html Css Color HEX #768575 Davy's Grey

📋 copy color: '#768575'

red 118 ◦ green 133 ◦ blue 117

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

Shades of Davy's Grey #768575

Tints of Davy's Grey #768575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 32.07%
G = 36.14%
B = 31.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#768575 (or 0x768575) is known color: Davy's Grey. HEX triplet: 76, 85 and 75. RGB value is (118,133,117). Sum of RGB (Red+Green+Blue) = 118+133+117=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #768575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768575 is #897A8A. Grayscale: #7E7E7E. Windows color (decimal): -9009803 or 7701878. OLE color: 7701878.

HSL color Cylindrical-coordinate representation of color #768575: hue angle of 116.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768575 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 117 -
CMYK 0.11 0 0.12 0.48
HSL 116.25º 0.06% 0.49% -
HSV(B) 116.25º 0.12% 0.52% -
XYZ 19.07 21.91 20.05 -
YUV 126.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 118 133 117 0.11 0 0.12 0.48 116.25 0.06 0.49
Hex 76 85 75 B 0 C 30 74 6 31
Octal 166 205 165 13 0 14 60 164 6 61
Binary 1110110 10000101 1110101 1011 0 1100 110000 1110100 110 110001

Color Harmonies of #768575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768575

Black with #768575

Text Example


Text Example

White with #768575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768575; }

 p { color: rgb(118,133,117); }

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

background-color css

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

 a { background-color: rgb(118,133,117); }

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

border-color css

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

 span { border-color: rgb(118,133,117); }

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