Html Css Color HEX #758B68 Xanadu

📋 copy color: '#758B68'

red 117 ◦ green 139 ◦ blue 104

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

Shades of Xanadu #758B68

Tints of Xanadu #758B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 32.5%
G = 38.61%
B = 28.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#758B68 (or 0x758B68) is known color: Xanadu. HEX triplet: 75, 8B and 68. RGB value is (117,139,104). Sum of RGB (Red+Green+Blue) = 117+139+104=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #758B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B68 is #8A7497. Grayscale: #808080. Windows color (decimal): -9073816 or 6851445. OLE color: 6851445.

HSL color Cylindrical-coordinate representation of color #758B68: hue angle of 97.71º 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 #758B68 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 104 -
CMYK 0.16 0 0.25 0.45
HSL 97.71º 0.14% 0.48% -
HSV(B) 97.71º 0.25% 0.55% -
XYZ 19.07 23.25 16.58 -
YUV 128.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 117 139 104 0.16 0 0.25 0.45 97.71 0.14 0.48
Hex 75 8B 68 10 0 19 2D 62 E 30
Octal 165 213 150 20 0 31 55 142 16 60
Binary 1110101 10001011 1101000 10000 0 11001 101101 1100010 1110 110000

Color Harmonies of #758B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B68

Black with #758B68

Text Example


Text Example

White with #758B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,104); }

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

background-color css

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

 a { background-color: rgb(117,139,104); }

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

border-color css

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

 span { border-color: rgb(117,139,104); }

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