Html Css Color HEX #71796F Xanadu

📋 copy color: '#71796F'

red 113 ◦ green 121 ◦ blue 111

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

Shades of Xanadu #71796F

Tints of Xanadu #71796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

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

R = 32.75%
G = 35.07%
B = 32.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#71796F (or 0x71796F) is known color: Xanadu. HEX triplet: 71, 79 and 6F. RGB value is (113,121,111). Sum of RGB (Red+Green+Blue) = 113+121+111=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 121 - color contains mainly: green. Hex color #71796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71796F is #8E8690. Grayscale: #757575. Windows color (decimal): -9340561 or 7305585. OLE color: 7305585.

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

Color convert

RGB 113 121 111 -
CMYK 0.07 0 0.08 0.53
HSL 108º 0.04% 0.45% -
HSV(B) 108º 0.08% 0.47% -
XYZ 16.52 18.33 17.71 -
YUV 117.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 113 121 111 0.07 0 0.08 0.53 108 0.04 0.45
Hex 71 79 6F 7 0 8 35 6C 4 2D
Octal 161 171 157 7 0 10 65 154 4 55
Binary 1110001 1111001 1101111 111 0 1000 110101 1101100 100 101101

Color Harmonies of #71796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71796F

Black with #71796F

Text Example


Text Example

White with #71796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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