Html Css Color HEX #758971 Xanadu

📋 copy color: '#758971'

red 117 ◦ green 137 ◦ blue 113

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

Shades of Xanadu #758971

Tints of Xanadu #758971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

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

R = 31.88%
G = 37.33%
B = 30.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#758971 (or 0x758971) is known color: Xanadu. HEX triplet: 75, 89 and 71. RGB value is (117,137,113). Sum of RGB (Red+Green+Blue) = 117+137+113=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #758971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758971 is #8A768E. Grayscale: #808080. Windows color (decimal): -9074319 or 7440757. OLE color: 7440757.

HSL color Cylindrical-coordinate representation of color #758971: hue angle of 110º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758971 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 113 -
CMYK 0.15 0 0.18 0.46
HSL 110º 0.1% 0.49% -
HSV(B) 110º 0.18% 0.54% -
XYZ 19.26 22.87 19.02 -
YUV 128.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 117 137 113 0.15 0 0.18 0.46 110 0.1 0.49
Hex 75 89 71 F 0 12 2E 6E A 31
Octal 165 211 161 17 0 22 56 156 12 61
Binary 1110101 10001001 1110001 1111 0 10010 101110 1101110 1010 110001

Color Harmonies of #758971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758971

Black with #758971

Text Example


Text Example

White with #758971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758971; }

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

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

background-color css

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

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

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

border-color css

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

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

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