Html Css Color HEX #768371 Xanadu

📋 copy color: '#768371'

red 118 ◦ green 131 ◦ blue 113

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

Shades of Xanadu #768371

Tints of Xanadu #768371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 32.6%
G = 36.19%
B = 31.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#768371 (or 0x768371) is known color: Xanadu. HEX triplet: 76, 83 and 71. RGB value is (118,131,113). Sum of RGB (Red+Green+Blue) = 118+131+113=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 131 - color contains mainly: green. Hex color #768371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768371 is #897C8E. Grayscale: #7D7D7D. Windows color (decimal): -9010319 or 7439222. OLE color: 7439222.

HSL color Cylindrical-coordinate representation of color #768371: hue angle of 103.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768371 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 113 -
CMYK 0.10 0 0.14 0.49
HSL 103.33º 0.07% 0.48% -
HSV(B) 103.33º 0.14% 0.51% -
XYZ 18.57 21.28 18.75 -
YUV 125.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 118 131 113 0.10 0 0.14 0.49 103.33 0.07 0.48
Hex 76 83 71 A 0 E 31 67 7 30
Octal 166 203 161 12 0 16 61 147 7 60
Binary 1110110 10000011 1110001 1010 0 1110 110001 1100111 111 110000

Color Harmonies of #768371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768371

Black with #768371

Text Example


Text Example

White with #768371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768371; }

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

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

background-color css

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

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

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

border-color css

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

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

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