Html Css Color HEX #71766E Xanadu

📋 copy color: '#71766E'

red 113 ◦ green 118 ◦ blue 110

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

Shades of Xanadu #71766E

Tints of Xanadu #71766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 33.14%
G = 34.6%
B = 32.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#71766E (or 0x71766E) is known color: Xanadu. HEX triplet: 71, 76 and 6E. RGB value is (113,118,110). Sum of RGB (Red+Green+Blue) = 113+118+110=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 118 - color contains mainly: green. Hex color #71766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71766E is #8E8991. Grayscale: #737373. Windows color (decimal): -9341330 or 7239281. OLE color: 7239281.

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

Color convert

RGB 113 118 110 -
CMYK 0.04 0 0.07 0.54
HSL 97.5º 0.04% 0.45% -
HSV(B) 97.5º 0.07% 0.46% -
XYZ 16.1 17.59 17.3 -
YUV 115.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 113 118 110 0.04 0 0.07 0.54 97.5 0.04 0.45
Hex 71 76 6E 4 0 7 36 62 4 2D
Octal 161 166 156 4 0 7 66 142 4 55
Binary 1110001 1110110 1101110 100 0 111 110110 1100010 100 101101

Color Harmonies of #71766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71766E

Black with #71766E

Text Example


Text Example

White with #71766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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