Html Css Color HEX #758772 Xanadu

📋 copy color: '#758772'

red 117 ◦ green 135 ◦ blue 114

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

Shades of Xanadu #758772

Tints of Xanadu #758772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 31.97%
G = 36.89%
B = 31.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#758772 (or 0x758772) is known color: Xanadu. HEX triplet: 75, 87 and 72. RGB value is (117,135,114). Sum of RGB (Red+Green+Blue) = 117+135+114=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #758772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758772 is #8A788D. Grayscale: #7F7F7F. Windows color (decimal): -9074830 or 7505781. OLE color: 7505781.

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

Color convert

RGB 117 135 114 -
CMYK 0.13 0 0.16 0.47
HSL 111.43º 0.08% 0.49% -
HSV(B) 111.43º 0.16% 0.53% -
XYZ 19.04 22.32 19.23 -
YUV 127.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 117 135 114 0.13 0 0.16 0.47 111.43 0.08 0.49
Hex 75 87 72 D 0 10 2F 6F 8 31
Octal 165 207 162 15 0 20 57 157 10 61
Binary 1110101 10000111 1110010 1101 0 10000 101111 1101111 1000 110001

Color Harmonies of #758772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758772

Black with #758772

Text Example


Text Example

White with #758772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758772; }

 p { color: rgb(117,135,114); }

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

background-color css

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

 a { background-color: rgb(117,135,114); }

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

border-color css

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

 span { border-color: rgb(117,135,114); }

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