Html Css Color HEX #707D6B Xanadu

📋 copy color: '#707D6B'

red 112 ◦ green 125 ◦ blue 107

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

Shades of Xanadu #707D6B

Tints of Xanadu #707D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.34%

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

R = 32.56%
G = 36.34%
B = 31.1%

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

#707D6B (or 0x707D6B) is known color: Xanadu. HEX triplet: 70, 7D and 6B. RGB value is (112,125,107). Sum of RGB (Red+Green+Blue) = 112+125+107=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 125 - color contains mainly: green. Hex color #707D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D6B is #8F8294. Grayscale: #777777. Windows color (decimal): -9405077 or 7044464. OLE color: 7044464.

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

Color convert

RGB 112 125 107 -
CMYK 0.10 0 0.14 0.51
HSL 103.33º 0.08% 0.45% -
HSV(B) 103.33º 0.14% 0.49% -
XYZ 16.67 19.17 16.73 -
YUV 119.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 112 125 107 0.10 0 0.14 0.51 103.33 0.08 0.45
Hex 70 7D 6B A 0 E 33 67 8 2D
Octal 160 175 153 12 0 16 63 147 10 55
Binary 1110000 1111101 1101011 1010 0 1110 110011 1100111 1000 101101

Color Harmonies of #707D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D6B

Black with #707D6B

Text Example


Text Example

White with #707D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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