Html Css Color HEX #758470 Xanadu

📋 copy color: '#758470'

red 117 ◦ green 132 ◦ blue 112

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

Shades of Xanadu #758470

Tints of Xanadu #758470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 32.41%
G = 36.57%
B = 31.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#758470 (or 0x758470) is known color: Xanadu. HEX triplet: 75, 84 and 70. RGB value is (117,132,112). Sum of RGB (Red+Green+Blue) = 117+132+112=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #758470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758470 is #8A7B8F. Grayscale: #7D7D7D. Windows color (decimal): -9075600 or 7373941. OLE color: 7373941.

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

Color convert

RGB 117 132 112 -
CMYK 0.11 0 0.15 0.48
HSL 105º 0.08% 0.48% -
HSV(B) 105º 0.15% 0.52% -
XYZ 18.51 21.45 18.49 -
YUV 125.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 117 132 112 0.11 0 0.15 0.48 105 0.08 0.48
Hex 75 84 70 B 0 F 30 69 8 30
Octal 165 204 160 13 0 17 60 151 10 60
Binary 1110101 10000100 1110000 1011 0 1111 110000 1101001 1000 110000

Color Harmonies of #758470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758470

Black with #758470

Text Example


Text Example

White with #758470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758470; }

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

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

background-color css

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

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

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

border-color css

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

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

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