Html Css Color HEX #758875 Davy's Grey

📋 copy color: '#758875'

red 117 ◦ green 136 ◦ blue 117

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

Shades of Davy's Grey #758875

Tints of Davy's Grey #758875

RGB

 RED value IS 117 (46.09% from 255) = 31.62%

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

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

R = 31.62%
G = 36.76%
B = 31.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#758875 (or 0x758875) is known color: Davy's Grey. HEX triplet: 75, 88 and 75. RGB value is (117,136,117). Sum of RGB (Red+Green+Blue) = 117+136+117=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #758875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758875 is #8A778A. Grayscale: #808080. Windows color (decimal): -9074571 or 7702645. OLE color: 7702645.

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

Color convert

RGB 117 136 117 -
CMYK 0.14 0 0.14 0.47
HSL 120º 0.08% 0.5% -
HSV(B) 120º 0.14% 0.53% -
XYZ 19.35 22.67 20.19 -
YUV 128.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 117 136 117 0.14 0 0.14 0.47 120 0.08 0.5
Hex 75 88 75 E 0 E 2F 78 8 32
Octal 165 210 165 16 0 16 57 170 10 62
Binary 1110101 10001000 1110101 1110 0 1110 101111 1111000 1000 110010

Color Harmonies of #758875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758875

Black with #758875

Text Example


Text Example

White with #758875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758875; }

 p { color: rgb(117,136,117); }

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

background-color css

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

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

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

border-color css

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

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

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