Html Css Color HEX #758471 Xanadu

📋 copy color: '#758471'

red 117 ◦ green 132 ◦ blue 113

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

Shades of Xanadu #758471

Tints of Xanadu #758471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 32.32%
G = 36.46%
B = 31.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#758471 (or 0x758471) is known color: Xanadu. HEX triplet: 75, 84 and 71. RGB value is (117,132,113). Sum of RGB (Red+Green+Blue) = 117+132+113=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #758471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758471 is #8A7B8E. Grayscale: #7D7D7D. Windows color (decimal): -9075599 or 7439477. OLE color: 7439477.

HSL color Cylindrical-coordinate representation of color #758471: hue angle of 107.37º 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 #758471 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 113 -
CMYK 0.11 0 0.14 0.48
HSL 107.37º 0.08% 0.48% -
HSV(B) 107.37º 0.14% 0.52% -
XYZ 18.57 21.48 18.79 -
YUV 125.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 117 132 113 0.11 0 0.14 0.48 107.37 0.08 0.48
Hex 75 84 71 B 0 E 30 6B 8 30
Octal 165 204 161 13 0 16 60 153 10 60
Binary 1110101 10000100 1110001 1011 0 1110 110000 1101011 1000 110000

Color Harmonies of #758471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758471

Black with #758471

Text Example


Text Example

White with #758471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758471; }

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

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

background-color css

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

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

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

border-color css

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

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

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