Html Css Color HEX #758870 Xanadu

📋 copy color: '#758870'

red 117 ◦ green 136 ◦ blue 112

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

Shades of Xanadu #758870

Tints of Xanadu #758870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

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

R = 32.05%
G = 37.26%
B = 30.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#758870 (or 0x758870) is known color: Xanadu. HEX triplet: 75, 88 and 70. RGB value is (117,136,112). Sum of RGB (Red+Green+Blue) = 117+136+112=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #758870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758870 is #8A778F. Grayscale: #7F7F7F. Windows color (decimal): -9074576 or 7374965. OLE color: 7374965.

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

Color convert

RGB 117 136 112 -
CMYK 0.14 0 0.18 0.47
HSL 107.5º 0.1% 0.49% -
HSV(B) 107.5º 0.18% 0.53% -
XYZ 19.06 22.56 18.68 -
YUV 127.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 117 136 112 0.14 0 0.18 0.47 107.5 0.1 0.49
Hex 75 88 70 E 0 12 2F 6C A 31
Octal 165 210 160 16 0 22 57 154 12 61
Binary 1110101 10001000 1110000 1110 0 10010 101111 1101100 1010 110001

Color Harmonies of #758870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758870

Black with #758870

Text Example


Text Example

White with #758870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758870; }

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

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

background-color css

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

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

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

border-color css

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

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

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