Html Css Color HEX #758A71 Xanadu

📋 copy color: '#758A71'

red 117 ◦ green 138 ◦ blue 113

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

Shades of Xanadu #758A71

Tints of Xanadu #758A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 31.79%
G = 37.5%
B = 30.71%

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

#758A71 (or 0x758A71) is known color: Xanadu. HEX triplet: 75, 8A and 71. RGB value is (117,138,113). Sum of RGB (Red+Green+Blue) = 117+138+113=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #758A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A71 is #8A758E. Grayscale: #808080. Windows color (decimal): -9074063 or 7441013. OLE color: 7441013.

HSL color Cylindrical-coordinate representation of color #758A71: hue angle of 110.4º 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 #758A71 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 138 113 -
CMYK 0.15 0 0.18 0.46
HSL 110.4º 0.1% 0.49% -
HSV(B) 110.4º 0.18% 0.54% -
XYZ 19.41 23.15 19.07 -
YUV 128.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 117 138 113 0.15 0 0.18 0.46 110.4 0.1 0.49
Hex 75 8A 71 F 0 12 2E 6E A 31
Octal 165 212 161 17 0 22 56 156 12 61
Binary 1110101 10001010 1110001 1111 0 10010 101110 1101110 1010 110001

Color Harmonies of #758A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A71

Black with #758A71

Text Example


Text Example

White with #758A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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