Html Css Color HEX #758A69 Xanadu

📋 copy color: '#758A69'

red 117 ◦ green 138 ◦ blue 105

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

Shades of Xanadu #758A69

Tints of Xanadu #758A69

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

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

R = 32.5%
G = 38.33%
B = 29.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#758A69 (or 0x758A69) is known color: Xanadu. HEX triplet: 75, 8A and 69. RGB value is (117,138,105). Sum of RGB (Red+Green+Blue) = 117+138+105=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #758A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A69 is #8A7596. Grayscale: #808080. Windows color (decimal): -9074071 or 6916725. OLE color: 6916725.

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

Color convert

RGB 117 138 105 -
CMYK 0.15 0 0.24 0.46
HSL 98.18º 0.14% 0.48% -
HSV(B) 98.18º 0.24% 0.54% -
XYZ 18.97 22.98 16.8 -
YUV 127.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 117 138 105 0.15 0 0.24 0.46 98.18 0.14 0.48
Hex 75 8A 69 F 0 18 2E 62 E 30
Octal 165 212 151 17 0 30 56 142 16 60
Binary 1110101 10001010 1101001 1111 0 11000 101110 1100010 1110 110000

Color Harmonies of #758A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A69

Black with #758A69

Text Example


Text Example

White with #758A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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