Html Css Color HEX #768870 Xanadu

📋 copy color: '#768870'

red 118 ◦ green 136 ◦ blue 112

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

Shades of Xanadu #768870

Tints of Xanadu #768870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 32.24%
G = 37.16%
B = 30.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#768870 (or 0x768870) is known color: Xanadu. HEX triplet: 76, 88 and 70. RGB value is (118,136,112). Sum of RGB (Red+Green+Blue) = 118+136+112=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #768870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768870 is #89778F. Grayscale: #7F7F7F. Windows color (decimal): -9009040 or 7374966. OLE color: 7374966.

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

Color convert

RGB 118 136 112 -
CMYK 0.13 0 0.18 0.47
HSL 105º 0.1% 0.49% -
HSV(B) 105º 0.18% 0.53% -
XYZ 19.2 22.63 18.69 -
YUV 127.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 118 136 112 0.13 0 0.18 0.47 105 0.1 0.49
Hex 76 88 70 D 0 12 2F 69 A 31
Octal 166 210 160 15 0 22 57 151 12 61
Binary 1110110 10001000 1110000 1101 0 10010 101111 1101001 1010 110001

Color Harmonies of #768870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768870

Black with #768870

Text Example


Text Example

White with #768870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768870; }

 p { color: rgb(118,136,112); }

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

background-color css

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

 a { background-color: rgb(118,136,112); }

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

border-color css

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

 span { border-color: rgb(118,136,112); }

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