Html Css Color HEX #757C73 Xanadu

📋 copy color: '#757C73'

red 117 ◦ green 124 ◦ blue 115

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

Shades of Xanadu #757C73

Tints of Xanadu #757C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.83%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 32.87%
G = 34.83%
B = 32.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#757C73 (or 0x757C73) is known color: Xanadu. HEX triplet: 75, 7C and 73. RGB value is (117,124,115). Sum of RGB (Red+Green+Blue) = 117+124+115=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 124 - color contains mainly: green. Hex color #757C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C73 is #8A838C. Grayscale: #787878. Windows color (decimal): -9077645 or 7568501. OLE color: 7568501.

HSL color Cylindrical-coordinate representation of color #757C73: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #757C73 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 115 -
CMYK 0.06 0 0.07 0.51
HSL 106.67º 0.04% 0.47% -
HSV(B) 106.67º 0.07% 0.49% -
XYZ 17.64 19.44 19.04 -
YUV 120.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 117 124 115 0.06 0 0.07 0.51 106.67 0.04 0.47
Hex 75 7C 73 6 0 7 33 6B 4 2F
Octal 165 174 163 6 0 7 63 153 4 57
Binary 1110101 1111100 1110011 110 0 111 110011 1101011 100 101111

Color Harmonies of #757C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C73

Black with #757C73

Text Example


Text Example

White with #757C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,124,115); }

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

background-color css

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

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

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

border-color css

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

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

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