Html Css Color HEX #758071 Xanadu

📋 copy color: '#758071'

red 117 ◦ green 128 ◦ blue 113

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

Shades of Xanadu #758071

Tints of Xanadu #758071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

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

R = 32.68%
G = 35.75%
B = 31.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#758071 (or 0x758071) is known color: Xanadu. HEX triplet: 75, 80 and 71. RGB value is (117,128,113). Sum of RGB (Red+Green+Blue) = 117+128+113=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 128 - color contains mainly: green. Hex color #758071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758071 is #8A7F8E. Grayscale: #7B7B7B. Windows color (decimal): -9076623 or 7438453. OLE color: 7438453.

HSL color Cylindrical-coordinate representation of color #758071: hue angle of 104º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #758071 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 113 -
CMYK 0.09 0 0.12 0.50
HSL 104º 0.06% 0.47% -
HSV(B) 104º 0.12% 0.5% -
XYZ 18.04 20.41 18.61 -
YUV 123 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 117 128 113 0.09 0 0.12 0.50 104 0.06 0.47
Hex 75 80 71 9 0 C 32 68 6 2F
Octal 165 200 161 11 0 14 62 150 6 57
Binary 1110101 10000000 1110001 1001 0 1100 110010 1101000 110 101111

Color Harmonies of #758071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758071

Black with #758071

Text Example


Text Example

White with #758071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758071; }

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

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

background-color css

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

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

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

border-color css

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

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

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