Html Css Color HEX #768B71 Xanadu

📋 copy color: '#768B71'

red 118 ◦ green 139 ◦ blue 113

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

Shades of Xanadu #768B71

Tints of Xanadu #768B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.57%

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

R = 31.89%
G = 37.57%
B = 30.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#768B71 (or 0x768B71) is known color: Xanadu. HEX triplet: 76, 8B and 71. RGB value is (118,139,113). Sum of RGB (Red+Green+Blue) = 118+139+113=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #768B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B71 is #89748E. Grayscale: #818181. Windows color (decimal): -9008271 or 7441270. OLE color: 7441270.

HSL color Cylindrical-coordinate representation of color #768B71: hue angle of 108.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768B71 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 139 113 -
CMYK 0.15 0 0.19 0.45
HSL 108.46º 0.1% 0.49% -
HSV(B) 108.46º 0.19% 0.55% -
XYZ 19.68 23.51 19.12 -
YUV 129.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 118 139 113 0.15 0 0.19 0.45 108.46 0.1 0.49
Hex 76 8B 71 F 0 13 2D 6C A 31
Octal 166 213 161 17 0 23 55 154 12 61
Binary 1110110 10001011 1110001 1111 0 10011 101101 1101100 1010 110001

Color Harmonies of #768B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B71

Black with #768B71

Text Example


Text Example

White with #768B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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