Html Css Color HEX #758D6A Xanadu

📋 copy color: '#758D6A'

red 117 ◦ green 141 ◦ blue 106

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

Shades of Xanadu #758D6A

Tints of Xanadu #758D6A

RGB

 RED value IS 117 (46.09% from 255) = 32.14%

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

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

R = 32.14%
G = 38.74%
B = 29.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#758D6A (or 0x758D6A) is known color: Xanadu. HEX triplet: 75, 8D and 6A. RGB value is (117,141,106). Sum of RGB (Red+Green+Blue) = 117+141+106=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #758D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D6A is #8A7295. Grayscale: #818181. Windows color (decimal): -9073302 or 6983029. OLE color: 6983029.

HSL color Cylindrical-coordinate representation of color #758D6A: hue angle of 101.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758D6A is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 141 106 -
CMYK 0.17 0 0.25 0.45
HSL 101.14º 0.14% 0.48% -
HSV(B) 101.14º 0.25% 0.55% -
XYZ 19.46 23.87 17.22 -
YUV 129.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 117 141 106 0.17 0 0.25 0.45 101.14 0.14 0.48
Hex 75 8D 6A 11 0 19 2D 65 E 30
Octal 165 215 152 21 0 31 55 145 16 60
Binary 1110101 10001101 1101010 10001 0 11001 101101 1100101 1110 110000

Color Harmonies of #758D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758D6A

Black with #758D6A

Text Example


Text Example

White with #758D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758D6A; }

 p { color: rgb(117,141,106); }

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

background-color css

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

 a { background-color: rgb(117,141,106); }

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

border-color css

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

 span { border-color: rgb(117,141,106); }

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