Html Css Color HEX #737872 Xanadu

📋 copy color: '#737872'

red 115 ◦ green 120 ◦ blue 114

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

Shades of Xanadu #737872

Tints of Xanadu #737872

RGB

 RED value IS 115 (45.31% from 255) = 32.95%

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 32.95%
G = 34.38%
B = 32.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#737872 (or 0x737872) is known color: Xanadu. HEX triplet: 73, 78 and 72. RGB value is (115,120,114). Sum of RGB (Red+Green+Blue) = 115+120+114=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 120 - color contains mainly: green. Hex color #737872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737872 is #8C878D. Grayscale: #757575. Windows color (decimal): -9209742 or 7501939. OLE color: 7501939.

HSL color Cylindrical-coordinate representation of color #737872: hue angle of 110º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #737872 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 120 114 -
CMYK 0.04 0 0.05 0.53
HSL 110º 0.03% 0.46% -
HSV(B) 110º 0.05% 0.47% -
XYZ 16.82 18.29 18.56 -
YUV 117.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 115 120 114 0.04 0 0.05 0.53 110 0.03 0.46
Hex 73 78 72 4 0 5 35 6E 3 2E
Octal 163 170 162 4 0 5 65 156 3 56
Binary 1110011 1111000 1110010 100 0 101 110101 1101110 11 101110

Color Harmonies of #737872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737872

Black with #737872

Text Example


Text Example

White with #737872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737872; }

 p { color: rgb(115,120,114); }

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

background-color css

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

 a { background-color: rgb(115,120,114); }

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

border-color css

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

 span { border-color: rgb(115,120,114); }

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