Html Css Color HEX #758570 Xanadu

📋 copy color: '#758570'

red 117 ◦ green 133 ◦ blue 112

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

Shades of Xanadu #758570

Tints of Xanadu #758570

RGB

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

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

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

R = 32.32%
G = 36.74%
B = 30.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#758570 (or 0x758570) is known color: Xanadu. HEX triplet: 75, 85 and 70. RGB value is (117,133,112). Sum of RGB (Red+Green+Blue) = 117+133+112=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #758570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758570 is #8A7A8F. Grayscale: #7D7D7D. Windows color (decimal): -9075344 or 7374197. OLE color: 7374197.

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

Color convert

RGB 117 133 112 -
CMYK 0.12 0 0.16 0.48
HSL 105.71º 0.09% 0.48% -
HSV(B) 105.71º 0.16% 0.52% -
XYZ 18.65 21.73 18.54 -
YUV 125.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 117 133 112 0.12 0 0.16 0.48 105.71 0.09 0.48
Hex 75 85 70 C 0 10 30 6A 9 30
Octal 165 205 160 14 0 20 60 152 11 60
Binary 1110101 10000101 1110000 1100 0 10000 110000 1101010 1001 110000

Color Harmonies of #758570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758570

Black with #758570

Text Example


Text Example

White with #758570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758570; }

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

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

background-color css

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

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

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

border-color css

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

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

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