Html Css Color HEX #71786F Xanadu

📋 copy color: '#71786F'

red 113 ◦ green 120 ◦ blue 111

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

Shades of Xanadu #71786F

Tints of Xanadu #71786F

RGB

 RED value IS 113 (44.53% from 255) = 32.85%

 GREEN value IS 120 (47.27% from 255) = 34.88%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 32.85%
G = 34.88%
B = 32.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#71786F (or 0x71786F) is known color: Xanadu. HEX triplet: 71, 78 and 6F. RGB value is (113,120,111). Sum of RGB (Red+Green+Blue) = 113+120+111=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 120 - color contains mainly: green. Hex color #71786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71786F is #8E8790. Grayscale: #747474. Windows color (decimal): -9340817 or 7305329. OLE color: 7305329.

HSL color Cylindrical-coordinate representation of color #71786F: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #71786F is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 120 111 -
CMYK 0.06 0 0.08 0.53
HSL 106.67º 0.04% 0.45% -
HSV(B) 106.67º 0.07% 0.47% -
XYZ 16.4 18.09 17.67 -
YUV 116.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 113 120 111 0.06 0 0.08 0.53 106.67 0.04 0.45
Hex 71 78 6F 6 0 8 35 6B 4 2D
Octal 161 170 157 6 0 10 65 153 4 55
Binary 1110001 1111000 1101111 110 0 1000 110101 1101011 100 101101

Color Harmonies of #71786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71786F

Black with #71786F

Text Example


Text Example

White with #71786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71786F; }

 p { color: rgb(113,120,111); }

 H1.HeaderClassName
 {
   color: #71786F;
 }
 .AnyTagClassName
 {
   color: #71786F;
 }
</style>

background-color css

<style>
 a { background-color: #71786F; }

 a { background-color: rgb(113,120,111); }

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

border-color css

<style>
 span { border-color: #71786F; }

 span { border-color: rgb(113,120,111); }

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