Html Css Color HEX #768071 Xanadu

📋 copy color: '#768071'

red 118 ◦ green 128 ◦ blue 113

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

Shades of Xanadu #768071

Tints of Xanadu #768071

RGB

 RED value IS 118 (46.48% from 255) = 32.87%

 GREEN value IS 128 (50.39% from 255) = 35.65%

 BLUE value IS 113 (44.53% from 255) = 31.48%

R = 32.87%
G = 35.65%
B = 31.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#768071 (or 0x768071) is known color: Xanadu. HEX triplet: 76, 80 and 71. RGB value is (118,128,113). Sum of RGB (Red+Green+Blue) = 118+128+113=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 128 - color contains mainly: green. Hex color #768071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768071 is #897F8E. Grayscale: #7B7B7B. Windows color (decimal): -9011087 or 7438454. OLE color: 7438454.

HSL color Cylindrical-coordinate representation of color #768071: hue angle of 100º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768071 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 113 -
CMYK 0.08 0 0.12 0.50
HSL 100º 0.06% 0.47% -
HSV(B) 100º 0.12% 0.5% -
XYZ 18.17 20.48 18.62 -
YUV 123.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 118 128 113 0.08 0 0.12 0.50 100 0.06 0.47
Hex 76 80 71 8 0 C 32 64 6 2F
Octal 166 200 161 10 0 14 62 144 6 57
Binary 1110110 10000000 1110001 1000 0 1100 110010 1100100 110 101111

Color Harmonies of #768071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768071

Black with #768071

Text Example


Text Example

White with #768071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768071; }

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

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

background-color css

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

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

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

border-color css

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

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

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