Html Css Color HEX #768772 Xanadu

📋 copy color: '#768772'

red 118 ◦ green 135 ◦ blue 114

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

Shades of Xanadu #768772

Tints of Xanadu #768772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 32.15%
G = 36.78%
B = 31.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#768772 (or 0x768772) is known color: Xanadu. HEX triplet: 76, 87 and 72. RGB value is (118,135,114). Sum of RGB (Red+Green+Blue) = 118+135+114=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #768772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768772 is #89788D. Grayscale: #7F7F7F. Windows color (decimal): -9009294 or 7505782. OLE color: 7505782.

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

Color convert

RGB 118 135 114 -
CMYK 0.13 0 0.16 0.47
HSL 108.57º 0.08% 0.49% -
HSV(B) 108.57º 0.16% 0.53% -
XYZ 19.17 22.39 19.23 -
YUV 127.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 118 135 114 0.13 0 0.16 0.47 108.57 0.08 0.49
Hex 76 87 72 D 0 10 2F 6D 8 31
Octal 166 207 162 15 0 20 57 155 10 61
Binary 1110110 10000111 1110010 1101 0 10000 101111 1101101 1000 110001

Color Harmonies of #768772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768772

Black with #768772

Text Example


Text Example

White with #768772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768772; }

 p { color: rgb(118,135,114); }

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

background-color css

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

 a { background-color: rgb(118,135,114); }

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

border-color css

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

 span { border-color: rgb(118,135,114); }

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