Html Css Color HEX #71776F Xanadu

📋 copy color: '#71776F'

red 113 ◦ green 119 ◦ blue 111

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

Shades of Xanadu #71776F

Tints of Xanadu #71776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

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

R = 32.94%
G = 34.69%
B = 32.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#71776F (or 0x71776F) is known color: Xanadu. HEX triplet: 71, 77 and 6F. RGB value is (113,119,111). Sum of RGB (Red+Green+Blue) = 113+119+111=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 119 - color contains mainly: green. Hex color #71776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71776F is #8E8890. Grayscale: #747474. Windows color (decimal): -9341073 or 7305073. OLE color: 7305073.

HSL color Cylindrical-coordinate representation of color #71776F: hue angle of 105º degrees, saturation: 0.03, 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 #71776F is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 111 -
CMYK 0.05 0 0.07 0.53
HSL 105º 0.03% 0.45% -
HSV(B) 105º 0.07% 0.47% -
XYZ 16.28 17.85 17.63 -
YUV 116.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 113 119 111 0.05 0 0.07 0.53 105 0.03 0.45
Hex 71 77 6F 5 0 7 35 69 3 2D
Octal 161 167 157 5 0 7 65 151 3 55
Binary 1110001 1110111 1101111 101 0 111 110101 1101001 11 101101

Color Harmonies of #71776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71776F

Black with #71776F

Text Example


Text Example

White with #71776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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