Html Css Color HEX #707C6B Xanadu

📋 copy color: '#707C6B'

red 112 ◦ green 124 ◦ blue 107

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

Shades of Xanadu #707C6B

Tints of Xanadu #707C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 32.65%
G = 36.15%
B = 31.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#707C6B (or 0x707C6B) is known color: Xanadu. HEX triplet: 70, 7C and 6B. RGB value is (112,124,107). Sum of RGB (Red+Green+Blue) = 112+124+107=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 124 - color contains mainly: green. Hex color #707C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C6B is #8F8394. Grayscale: #767676. Windows color (decimal): -9405333 or 7044208. OLE color: 7044208.

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

Color convert

RGB 112 124 107 -
CMYK 0.10 0 0.14 0.51
HSL 102.35º 0.07% 0.45% -
HSV(B) 102.35º 0.14% 0.49% -
XYZ 16.54 18.92 16.69 -
YUV 118.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 112 124 107 0.10 0 0.14 0.51 102.35 0.07 0.45
Hex 70 7C 6B A 0 E 33 66 7 2D
Octal 160 174 153 12 0 16 63 146 7 55
Binary 1110000 1111100 1101011 1010 0 1110 110011 1100110 111 101101

Color Harmonies of #707C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C6B

Black with #707C6B

Text Example


Text Example

White with #707C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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