Html Css Color HEX #758B69 Xanadu

📋 copy color: '#758B69'

red 117 ◦ green 139 ◦ blue 105

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

Shades of Xanadu #758B69

Tints of Xanadu #758B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 32.41%
G = 38.5%
B = 29.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#758B69 (or 0x758B69) is known color: Xanadu. HEX triplet: 75, 8B and 69. RGB value is (117,139,105). Sum of RGB (Red+Green+Blue) = 117+139+105=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #758B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B69 is #8A7496. Grayscale: #808080. Windows color (decimal): -9073815 or 6916981. OLE color: 6916981.

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

Color convert

RGB 117 139 105 -
CMYK 0.16 0 0.24 0.45
HSL 98.82º 0.14% 0.48% -
HSV(B) 98.82º 0.24% 0.55% -
XYZ 19.12 23.27 16.85 -
YUV 128.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 117 139 105 0.16 0 0.24 0.45 98.82 0.14 0.48
Hex 75 8B 69 10 0 18 2D 63 E 30
Octal 165 213 151 20 0 30 55 143 16 60
Binary 1110101 10001011 1101001 10000 0 11000 101101 1100011 1110 110000

Color Harmonies of #758B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B69

Black with #758B69

Text Example


Text Example

White with #758B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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