Html Css Color HEX #707F67 Xanadu

📋 copy color: '#707F67'

red 112 ◦ green 127 ◦ blue 103

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

Shades of Xanadu #707F67

Tints of Xanadu #707F67

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 103 (40.63% from 255) = 30.12%

R = 32.75%
G = 37.13%
B = 30.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#707F67 (or 0x707F67) is known color: Xanadu. HEX triplet: 70, 7F and 67. RGB value is (112,127,103). Sum of RGB (Red+Green+Blue) = 112+127+103=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #707F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F67 is #8F8098. Grayscale: #777777. Windows color (decimal): -9404569 or 6782832. OLE color: 6782832.

HSL color Cylindrical-coordinate representation of color #707F67: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707F67 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 127 103 -
CMYK 0.12 0 0.19 0.50
HSL 97.5º 0.1% 0.45% -
HSV(B) 97.5º 0.19% 0.5% -
XYZ 16.72 19.6 15.73 -
YUV 119.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 112 127 103 0.12 0 0.19 0.50 97.5 0.1 0.45
Hex 70 7F 67 C 0 13 32 62 A 2D
Octal 160 177 147 14 0 23 62 142 12 55
Binary 1110000 1111111 1100111 1100 0 10011 110010 1100010 1010 101101

Color Harmonies of #707F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707F67

Black with #707F67

Text Example


Text Example

White with #707F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,127,103); }

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

background-color css

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

 a { background-color: rgb(112,127,103); }

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

border-color css

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

 span { border-color: rgb(112,127,103); }

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