Html Css Color HEX #758572 Xanadu

📋 copy color: '#758572'

red 117 ◦ green 133 ◦ blue 114

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

Shades of Xanadu #758572

Tints of Xanadu #758572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

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

R = 32.14%
G = 36.54%
B = 31.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#758572 (or 0x758572) is known color: Xanadu. HEX triplet: 75, 85 and 72. RGB value is (117,133,114). Sum of RGB (Red+Green+Blue) = 117+133+114=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #758572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758572 is #8A7A8D. Grayscale: #7E7E7E. Windows color (decimal): -9075342 or 7505269. OLE color: 7505269.

HSL color Cylindrical-coordinate representation of color #758572: hue angle of 110.53º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758572 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 114 -
CMYK 0.12 0 0.14 0.48
HSL 110.53º 0.08% 0.48% -
HSV(B) 110.53º 0.14% 0.52% -
XYZ 18.76 21.77 19.13 -
YUV 126.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 117 133 114 0.12 0 0.14 0.48 110.53 0.08 0.48
Hex 75 85 72 C 0 E 30 6F 8 30
Octal 165 205 162 14 0 16 60 157 10 60
Binary 1110101 10000101 1110010 1100 0 1110 110000 1101111 1000 110000

Color Harmonies of #758572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758572

Black with #758572

Text Example


Text Example

White with #758572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758572; }

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

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

background-color css

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

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

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

border-color css

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

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

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