Html Css Color HEX #768B6A Xanadu

📋 copy color: '#768B6A'

red 118 ◦ green 139 ◦ blue 106

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

Shades of Xanadu #768B6A

Tints of Xanadu #768B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 32.51%
G = 38.29%
B = 29.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#768B6A (or 0x768B6A) is known color: Xanadu. HEX triplet: 76, 8B and 6A. RGB value is (118,139,106). Sum of RGB (Red+Green+Blue) = 118+139+106=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #768B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B6A is #897495. Grayscale: #818181. Windows color (decimal): -9008278 or 6982518. OLE color: 6982518.

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

Color convert

RGB 118 139 106 -
CMYK 0.15 0 0.24 0.45
HSL 98.18º 0.13% 0.48% -
HSV(B) 98.18º 0.24% 0.55% -
XYZ 19.31 23.36 17.13 -
YUV 128.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 118 139 106 0.15 0 0.24 0.45 98.18 0.13 0.48
Hex 76 8B 6A F 0 18 2D 62 D 30
Octal 166 213 152 17 0 30 55 142 15 60
Binary 1110110 10001011 1101010 1111 0 11000 101101 1100010 1101 110000

Color Harmonies of #768B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B6A

Black with #768B6A

Text Example


Text Example

White with #768B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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