Html Css Color HEX #737A70 Xanadu

📋 copy color: '#737A70'

red 115 ◦ green 122 ◦ blue 112

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

Shades of Xanadu #737A70

Tints of Xanadu #737A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 32.95%
G = 34.96%
B = 32.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#737A70 (or 0x737A70) is known color: Xanadu. HEX triplet: 73, 7A and 70. RGB value is (115,122,112). Sum of RGB (Red+Green+Blue) = 115+122+112=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 122 - color contains mainly: green. Hex color #737A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737A70 is #8C858F. Grayscale: #767676. Windows color (decimal): -9209232 or 7371379. OLE color: 7371379.

HSL color Cylindrical-coordinate representation of color #737A70: hue angle of 102º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #737A70 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 122 112 -
CMYK 0.06 0 0.08 0.52
HSL 102º 0.04% 0.46% -
HSV(B) 102º 0.08% 0.48% -
XYZ 16.95 18.73 18.05 -
YUV 118.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 115 122 112 0.06 0 0.08 0.52 102 0.04 0.46
Hex 73 7A 70 6 0 8 34 66 4 2E
Octal 163 172 160 6 0 10 64 146 4 56
Binary 1110011 1111010 1110000 110 0 1000 110100 1100110 100 101110

Color Harmonies of #737A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737A70

Black with #737A70

Text Example


Text Example

White with #737A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,122,112); }

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

background-color css

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

 a { background-color: rgb(115,122,112); }

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

border-color css

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

 span { border-color: rgb(115,122,112); }

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