Html Css Color HEX #71766F Xanadu

📋 copy color: '#71766F'

red 113 ◦ green 118 ◦ blue 111

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

Shades of Xanadu #71766F

Tints of Xanadu #71766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

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

R = 33.04%
G = 34.5%
B = 32.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#71766F (or 0x71766F) is known color: Xanadu. HEX triplet: 71, 76 and 6F. RGB value is (113,118,111). Sum of RGB (Red+Green+Blue) = 113+118+111=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 118 - color contains mainly: green. Hex color #71766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71766F is #8E8990. Grayscale: #737373. Windows color (decimal): -9341329 or 7304817. OLE color: 7304817.

HSL color Cylindrical-coordinate representation of color #71766F: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #71766F is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 111 -
CMYK 0.04 0 0.06 0.54
HSL 102.86º 0.03% 0.45% -
HSV(B) 102.86º 0.06% 0.46% -
XYZ 16.16 17.62 17.59 -
YUV 115.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 113 118 111 0.04 0 0.06 0.54 102.86 0.03 0.45
Hex 71 76 6F 4 0 6 36 67 3 2D
Octal 161 166 157 4 0 6 66 147 3 55
Binary 1110001 1110110 1101111 100 0 110 110110 1100111 11 101101

Color Harmonies of #71766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71766F

Black with #71766F

Text Example


Text Example

White with #71766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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