Html Css Color HEX #757F70 Xanadu

📋 copy color: '#757F70'

red 117 ◦ green 127 ◦ blue 112

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

Shades of Xanadu #757F70

Tints of Xanadu #757F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 32.87%
G = 35.67%
B = 31.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#757F70 (or 0x757F70) is known color: Xanadu. HEX triplet: 75, 7F and 70. RGB value is (117,127,112). Sum of RGB (Red+Green+Blue) = 117+127+112=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 127 - color contains mainly: green. Hex color #757F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F70 is #8A808F. Grayscale: #7A7A7A. Windows color (decimal): -9076880 or 7372661. OLE color: 7372661.

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

Color convert

RGB 117 127 112 -
CMYK 0.08 0 0.12 0.50
HSL 100º 0.06% 0.47% -
HSV(B) 100º 0.12% 0.5% -
XYZ 17.85 20.13 18.27 -
YUV 122.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 117 127 112 0.08 0 0.12 0.50 100 0.06 0.47
Hex 75 7F 70 8 0 C 32 64 6 2F
Octal 165 177 160 10 0 14 62 144 6 57
Binary 1110101 1111111 1110000 1000 0 1100 110010 1100100 110 101111

Color Harmonies of #757F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F70

Black with #757F70

Text Example


Text Example

White with #757F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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