Html Css Color HEX #768A6A Xanadu

📋 copy color: '#768A6A'

red 118 ◦ green 138 ◦ blue 106

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

Shades of Xanadu #768A6A

Tints of Xanadu #768A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.12%

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

R = 32.6%
G = 38.12%
B = 29.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#768A6A (or 0x768A6A) is known color: Xanadu. HEX triplet: 76, 8A and 6A. RGB value is (118,138,106). Sum of RGB (Red+Green+Blue) = 118+138+106=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #768A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A6A is #897595. Grayscale: #808080. Windows color (decimal): -9008534 or 6982262. OLE color: 6982262.

HSL color Cylindrical-coordinate representation of color #768A6A: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768A6A is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 138 106 -
CMYK 0.14 0 0.23 0.46
HSL 97.5º 0.13% 0.48% -
HSV(B) 97.5º 0.23% 0.54% -
XYZ 19.16 23.07 17.08 -
YUV 128.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 118 138 106 0.14 0 0.23 0.46 97.5 0.13 0.48
Hex 76 8A 6A E 0 17 2E 62 D 30
Octal 166 212 152 16 0 27 56 142 15 60
Binary 1110110 10001010 1101010 1110 0 10111 101110 1100010 1101 110000

Color Harmonies of #768A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A6A

Black with #768A6A

Text Example


Text Example

White with #768A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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