Html Css Color HEX #768D6D Xanadu

📋 copy color: '#768D6D'

red 118 ◦ green 141 ◦ blue 109

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

Shades of Xanadu #768D6D

Tints of Xanadu #768D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 32.07%
G = 38.32%
B = 29.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#768D6D (or 0x768D6D) is known color: Xanadu. HEX triplet: 76, 8D and 6D. RGB value is (118,141,109). Sum of RGB (Red+Green+Blue) = 118+141+109=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #768D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D6D is #897292. Grayscale: #828282. Windows color (decimal): -9007763 or 7179638. OLE color: 7179638.

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

Color convert

RGB 118 141 109 -
CMYK 0.16 0 0.23 0.45
HSL 103.13º 0.13% 0.49% -
HSV(B) 103.13º 0.23% 0.55% -
XYZ 19.76 24.01 18.06 -
YUV 130.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 118 141 109 0.16 0 0.23 0.45 103.13 0.13 0.49
Hex 76 8D 6D 10 0 17 2D 67 D 31
Octal 166 215 155 20 0 27 55 147 15 61
Binary 1110110 10001101 1101101 10000 0 10111 101101 1100111 1101 110001

Color Harmonies of #768D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D6D

Black with #768D6D

Text Example


Text Example

White with #768D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,141,109); }

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

background-color css

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

 a { background-color: rgb(118,141,109); }

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

border-color css

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

 span { border-color: rgb(118,141,109); }

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