Html Css Color HEX #759070 Xanadu

📋 copy color: '#759070'

red 117 ◦ green 144 ◦ blue 112

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

Shades of Xanadu #759070

Tints of Xanadu #759070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

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

R = 31.37%
G = 38.61%
B = 30.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#759070 (or 0x759070) is known color: Xanadu. HEX triplet: 75, 90 and 70. RGB value is (117,144,112). Sum of RGB (Red+Green+Blue) = 117+144+112=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #759070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759070 is #8A6F8F. Grayscale: #848484. Windows color (decimal): -9072528 or 7377013. OLE color: 7377013.

HSL color Cylindrical-coordinate representation of color #759070: hue angle of 110.62º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #759070 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 112 -
CMYK 0.19 0 0.22 0.44
HSL 110.63º 0.13% 0.5% -
HSV(B) 110.63º 0.22% 0.56% -
XYZ 20.23 24.9 19.07 -
YUV 132.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 117 144 112 0.19 0 0.22 0.44 110.63 0.13 0.5
Hex 75 90 70 13 0 16 2C 6F D 32
Octal 165 220 160 23 0 26 54 157 15 62
Binary 1110101 10010000 1110000 10011 0 10110 101100 1101111 1101 110010

Color Harmonies of #759070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759070

Black with #759070

Text Example


Text Example

White with #759070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759070; }

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

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

background-color css

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

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

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

border-color css

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

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

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