Html Css Color HEX #758175 Davy's Grey

📋 copy color: '#758175'

red 117 ◦ green 129 ◦ blue 117

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

Shades of Davy's Grey #758175

Tints of Davy's Grey #758175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 32.23%
G = 35.54%
B = 32.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#758175 (or 0x758175) is known color: Davy's Grey. HEX triplet: 75, 81 and 75. RGB value is (117,129,117). Sum of RGB (Red+Green+Blue) = 117+129+117=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 129 - color contains mainly: green. Hex color #758175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758175 is #8A7E8A. Grayscale: #7C7C7C. Windows color (decimal): -9076363 or 7700853. OLE color: 7700853.

HSL color Cylindrical-coordinate representation of color #758175: hue angle of 120º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #758175 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 117 -
CMYK 0.09 0 0.09 0.49
HSL 120º 0.05% 0.48% -
HSV(B) 120º 0.09% 0.51% -
XYZ 18.4 20.77 19.87 -
YUV 124.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 117 129 117 0.09 0 0.09 0.49 120 0.05 0.48
Hex 75 81 75 9 0 9 31 78 5 30
Octal 165 201 165 11 0 11 61 170 5 60
Binary 1110101 10000001 1110101 1001 0 1001 110001 1111000 101 110000

Color Harmonies of #758175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758175

Black with #758175

Text Example


Text Example

White with #758175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758175; }

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

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

background-color css

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

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

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

border-color css

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

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

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