Html Css Color HEX #737C6E Xanadu

📋 copy color: '#737C6E'

red 115 ◦ green 124 ◦ blue 110

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

Shades of Xanadu #737C6E

Tints of Xanadu #737C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 32.95%
G = 35.53%
B = 31.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#737C6E (or 0x737C6E) is known color: Xanadu. HEX triplet: 73, 7C and 6E. RGB value is (115,124,110). Sum of RGB (Red+Green+Blue) = 115+124+110=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #737C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C6E is #8C8391. Grayscale: #777777. Windows color (decimal): -9208722 or 7240819. OLE color: 7240819.

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

Color convert

RGB 115 124 110 -
CMYK 0.07 0 0.11 0.51
HSL 98.57º 0.06% 0.46% -
HSV(B) 98.57º 0.11% 0.49% -
XYZ 17.09 19.19 17.55 -
YUV 119.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 115 124 110 0.07 0 0.11 0.51 98.57 0.06 0.46
Hex 73 7C 6E 7 0 B 33 63 6 2E
Octal 163 174 156 7 0 13 63 143 6 56
Binary 1110011 1111100 1101110 111 0 1011 110011 1100011 110 101110

Color Harmonies of #737C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737C6E

Black with #737C6E

Text Example


Text Example

White with #737C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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