Html Css Color HEX #768272 Xanadu

📋 copy color: '#768272'

red 118 ◦ green 130 ◦ blue 114

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

Shades of Xanadu #768272

Tints of Xanadu #768272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 32.6%
G = 35.91%
B = 31.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#768272 (or 0x768272) is known color: Xanadu. HEX triplet: 76, 82 and 72. RGB value is (118,130,114). Sum of RGB (Red+Green+Blue) = 118+130+114=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #768272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768272 is #897D8D. Grayscale: #7C7C7C. Windows color (decimal): -9010574 or 7504502. OLE color: 7504502.

HSL color Cylindrical-coordinate representation of color #768272: hue angle of 105º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768272 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 114 -
CMYK 0.09 0 0.12 0.49
HSL 105º 0.07% 0.48% -
HSV(B) 105º 0.12% 0.51% -
XYZ 18.49 21.03 19 -
YUV 124.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 118 130 114 0.09 0 0.12 0.49 105 0.07 0.48
Hex 76 82 72 9 0 C 31 69 7 30
Octal 166 202 162 11 0 14 61 151 7 60
Binary 1110110 10000010 1110010 1001 0 1100 110001 1101001 111 110000

Color Harmonies of #768272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768272

Black with #768272

Text Example


Text Example

White with #768272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768272; }

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

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

background-color css

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

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

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

border-color css

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

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

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