Html Css Color HEX #757F75 Davy's Grey

📋 copy color: '#757F75'

red 117 ◦ green 127 ◦ blue 117

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

Shades of Davy's Grey #757F75

Tints of Davy's Grey #757F75

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

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

R = 32.41%
G = 35.18%
B = 32.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#757F75 (or 0x757F75) is known color: Davy's Grey. HEX triplet: 75, 7F and 75. RGB value is (117,127,117). Sum of RGB (Red+Green+Blue) = 117+127+117=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 127 - color contains mainly: green. Hex color #757F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F75 is #8A808A. Grayscale: #7A7A7A. Windows color (decimal): -9076875 or 7700341. OLE color: 7700341.

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

Color convert

RGB 117 127 117 -
CMYK 0.08 0 0.08 0.50
HSL 120º 0.04% 0.48% -
HSV(B) 120º 0.08% 0.5% -
XYZ 18.14 20.25 19.78 -
YUV 122.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 117 127 117 0.08 0 0.08 0.50 120 0.04 0.48
Hex 75 7F 75 8 0 8 32 78 4 30
Octal 165 177 165 10 0 10 62 170 4 60
Binary 1110101 1111111 1110101 1000 0 1000 110010 1111000 100 110000

Color Harmonies of #757F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F75

Black with #757F75

Text Example


Text Example

White with #757F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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