Html Css Color HEX #707C6A Xanadu

📋 copy color: '#707C6A'

red 112 ◦ green 124 ◦ blue 106

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

Shades of Xanadu #707C6A

Tints of Xanadu #707C6A

RGB

 RED value IS 112 (44.14% from 255) = 32.75%

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

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 32.75%
G = 36.26%
B = 30.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#707C6A (or 0x707C6A) is known color: Xanadu. HEX triplet: 70, 7C and 6A. RGB value is (112,124,106). Sum of RGB (Red+Green+Blue) = 112+124+106=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #707C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C6A is #8F8395. Grayscale: #767676. Windows color (decimal): -9405334 or 6978672. OLE color: 6978672.

HSL color Cylindrical-coordinate representation of color #707C6A: hue angle of 100º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707C6A is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 124 106 -
CMYK 0.10 0 0.15 0.51
HSL 100º 0.08% 0.45% -
HSV(B) 100º 0.15% 0.49% -
XYZ 16.49 18.9 16.41 -
YUV 118.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 112 124 106 0.10 0 0.15 0.51 100 0.08 0.45
Hex 70 7C 6A A 0 F 33 64 8 2D
Octal 160 174 152 12 0 17 63 144 10 55
Binary 1110000 1111100 1101010 1010 0 1111 110011 1100100 1000 101101

Color Harmonies of #707C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C6A

Black with #707C6A

Text Example


Text Example

White with #707C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707C6A; }

 p { color: rgb(112,124,106); }

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

background-color css

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

 a { background-color: rgb(112,124,106); }

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

border-color css

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

 span { border-color: rgb(112,124,106); }

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