Html Css Color HEX #737572 Xanadu

📋 copy color: '#737572'

red 115 ◦ green 117 ◦ blue 114

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

Shades of Xanadu #737572

Tints of Xanadu #737572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 33.24%
G = 33.82%
B = 32.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#737572 (or 0x737572) is known color: Xanadu. HEX triplet: 73, 75 and 72. RGB value is (115,117,114). Sum of RGB (Red+Green+Blue) = 115+117+114=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 117 - color contains mainly: green. Hex color #737572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737572 is #8C8A8D. Grayscale: #747474. Windows color (decimal): -9210510 or 7501171. OLE color: 7501171.

HSL color Cylindrical-coordinate representation of color #737572: hue angle of 100º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #737572 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 117 114 -
CMYK 0.02 0 0.03 0.54
HSL 100º 0.01% 0.45% -
HSV(B) 100º 0.03% 0.46% -
XYZ 16.47 17.58 18.45 -
YUV 116.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 115 117 114 0.02 0 0.03 0.54 100 0.01 0.45
Hex 73 75 72 2 0 3 36 64 1 2D
Octal 163 165 162 2 0 3 66 144 1 55
Binary 1110011 1110101 1110010 10 0 11 110110 1100100 1 101101

Color Harmonies of #737572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737572

Black with #737572

Text Example


Text Example

White with #737572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737572; }

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

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

background-color css

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

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

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

border-color css

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

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

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