Html Css Color HEX #737C71 Xanadu

📋 copy color: '#737C71'

red 115 ◦ green 124 ◦ blue 113

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

Shades of Xanadu #737C71

Tints of Xanadu #737C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 32.67%
G = 35.23%
B = 32.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#737C71 (or 0x737C71) is known color: Xanadu. HEX triplet: 73, 7C and 71. RGB value is (115,124,113). Sum of RGB (Red+Green+Blue) = 115+124+113=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 124 - color contains mainly: green. Hex color #737C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C71 is #8C838E. Grayscale: #787878. Windows color (decimal): -9208719 or 7437427. OLE color: 7437427.

HSL color Cylindrical-coordinate representation of color #737C71: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #737C71 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 124 113 -
CMYK 0.07 0 0.09 0.51
HSL 109.09º 0.05% 0.46% -
HSV(B) 109.09º 0.09% 0.49% -
XYZ 17.26 19.25 18.43 -
YUV 120.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 115 124 113 0.07 0 0.09 0.51 109.09 0.05 0.46
Hex 73 7C 71 7 0 9 33 6D 5 2E
Octal 163 174 161 7 0 11 63 155 5 56
Binary 1110011 1111100 1110001 111 0 1001 110011 1101101 101 101110

Color Harmonies of #737C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737C71

Black with #737C71

Text Example


Text Example

White with #737C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737C71; }

 p { color: rgb(115,124,113); }

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

background-color css

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

 a { background-color: rgb(115,124,113); }

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

border-color css

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

 span { border-color: rgb(115,124,113); }

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