Html Css Color HEX #757F72 Xanadu

📋 copy color: '#757F72'

red 117 ◦ green 127 ◦ blue 114

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

Shades of Xanadu #757F72

Tints of Xanadu #757F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 32.68%
G = 35.47%
B = 31.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#757F72 (or 0x757F72) is known color: Xanadu. HEX triplet: 75, 7F and 72. RGB value is (117,127,114). Sum of RGB (Red+Green+Blue) = 117+127+114=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 127 - color contains mainly: green. Hex color #757F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F72 is #8A808D. Grayscale: #7A7A7A. Windows color (decimal): -9076878 or 7503733. OLE color: 7503733.

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

Color convert

RGB 117 127 114 -
CMYK 0.08 0 0.10 0.50
HSL 106.15º 0.05% 0.47% -
HSV(B) 106.15º 0.1% 0.5% -
XYZ 17.96 20.18 18.87 -
YUV 122.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 117 127 114 0.08 0 0.10 0.50 106.15 0.05 0.47
Hex 75 7F 72 8 0 A 32 6A 5 2F
Octal 165 177 162 10 0 12 62 152 5 57
Binary 1110101 1111111 1110010 1000 0 1010 110010 1101010 101 101111

Color Harmonies of #757F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F72

Black with #757F72

Text Example


Text Example

White with #757F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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