Html Css Color HEX #768971 Xanadu

📋 copy color: '#768971'

red 118 ◦ green 137 ◦ blue 113

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

Shades of Xanadu #768971

Tints of Xanadu #768971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 32.07%
G = 37.23%
B = 30.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#768971 (or 0x768971) is known color: Xanadu. HEX triplet: 76, 89 and 71. RGB value is (118,137,113). Sum of RGB (Red+Green+Blue) = 118+137+113=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #768971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768971 is #89768E. Grayscale: #808080. Windows color (decimal): -9008783 or 7440758. OLE color: 7440758.

HSL color Cylindrical-coordinate representation of color #768971: hue angle of 107.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768971 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 113 -
CMYK 0.14 0 0.18 0.46
HSL 107.5º 0.1% 0.49% -
HSV(B) 107.5º 0.18% 0.54% -
XYZ 19.4 22.94 19.03 -
YUV 128.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 118 137 113 0.14 0 0.18 0.46 107.5 0.1 0.49
Hex 76 89 71 E 0 12 2E 6C A 31
Octal 166 211 161 16 0 22 56 154 12 61
Binary 1110110 10001001 1110001 1110 0 10010 101110 1101100 1010 110001

Color Harmonies of #768971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768971

Black with #768971

Text Example


Text Example

White with #768971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768971; }

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

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

background-color css

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

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

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

border-color css

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

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

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