Html Css Color HEX #707C69 Xanadu

📋 copy color: '#707C69'

red 112 ◦ green 124 ◦ blue 105

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

Shades of Xanadu #707C69

Tints of Xanadu #707C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.79%

R = 32.84%
G = 36.36%
B = 30.79%

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

#707C69 (or 0x707C69) is known color: Xanadu. HEX triplet: 70, 7C and 69. RGB value is (112,124,105). Sum of RGB (Red+Green+Blue) = 112+124+105=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #707C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C69 is #8F8396. Grayscale: #767676. Windows color (decimal): -9405335 or 6913136. OLE color: 6913136.

HSL color Cylindrical-coordinate representation of color #707C69: hue angle of 97.89º 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 #707C69 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 124 105 -
CMYK 0.10 0 0.15 0.51
HSL 97.89º 0.08% 0.45% -
HSV(B) 97.89º 0.15% 0.49% -
XYZ 16.44 18.88 16.14 -
YUV 118.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 112 124 105 0.10 0 0.15 0.51 97.89 0.08 0.45
Hex 70 7C 69 A 0 F 33 62 8 2D
Octal 160 174 151 12 0 17 63 142 10 55
Binary 1110000 1111100 1101001 1010 0 1111 110011 1100010 1000 101101

Color Harmonies of #707C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C69

Black with #707C69

Text Example


Text Example

White with #707C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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