Html Css Color HEX #759575 Davy's Grey

📋 copy color: '#759575'

red 117 ◦ green 149 ◦ blue 117

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

Shades of Davy's Grey #759575

Tints of Davy's Grey #759575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

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

R = 30.55%
G = 38.9%
B = 30.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#759575 (or 0x759575) is known color: Davy's Grey. HEX triplet: 75, 95 and 75. RGB value is (117,149,117). Sum of RGB (Red+Green+Blue) = 117+149+117=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #759575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759575 is #8A6A8A. Grayscale: #878787. Windows color (decimal): -9071243 or 7705973. OLE color: 7705973.

HSL color Cylindrical-coordinate representation of color #759575: hue angle of 120º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759575 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 117 -
CMYK 0.21 0 0.21 0.42
HSL 120º 0.13% 0.52% -
HSV(B) 120º 0.21% 0.58% -
XYZ 21.29 26.56 20.83 -
YUV 135.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 117 149 117 0.21 0 0.21 0.42 120 0.13 0.52
Hex 75 95 75 15 0 15 2A 78 D 34
Octal 165 225 165 25 0 25 52 170 15 64
Binary 1110101 10010101 1110101 10101 0 10101 101010 1111000 1101 110100

Color Harmonies of #759575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759575

Black with #759575

Text Example


Text Example

White with #759575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759575; }

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

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

background-color css

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

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

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

border-color css

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

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

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