Html Css Color HEX #768471 Xanadu

📋 copy color: '#768471'

red 118 ◦ green 132 ◦ blue 113

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

Shades of Xanadu #768471

Tints of Xanadu #768471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 32.51%
G = 36.36%
B = 31.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#768471 (or 0x768471) is known color: Xanadu. HEX triplet: 76, 84 and 71. RGB value is (118,132,113). Sum of RGB (Red+Green+Blue) = 118+132+113=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #768471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768471 is #897B8E. Grayscale: #7D7D7D. Windows color (decimal): -9010063 or 7439478. OLE color: 7439478.

HSL color Cylindrical-coordinate representation of color #768471: hue angle of 104.21º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768471 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 113 -
CMYK 0.11 0 0.14 0.48
HSL 104.21º 0.08% 0.48% -
HSV(B) 104.21º 0.14% 0.52% -
XYZ 18.7 21.55 18.8 -
YUV 125.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 118 132 113 0.11 0 0.14 0.48 104.21 0.08 0.48
Hex 76 84 71 B 0 E 30 68 8 30
Octal 166 204 161 13 0 16 60 150 10 60
Binary 1110110 10000100 1110001 1011 0 1110 110000 1101000 1000 110000

Color Harmonies of #768471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768471

Black with #768471

Text Example


Text Example

White with #768471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768471; }

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

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

background-color css

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

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

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

border-color css

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

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

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