Html Css Color HEX #758E6B Xanadu

📋 copy color: '#758E6B'

red 117 ◦ green 142 ◦ blue 107

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

Shades of Xanadu #758E6B

Tints of Xanadu #758E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 31.97%
G = 38.8%
B = 29.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#758E6B (or 0x758E6B) is known color: Xanadu. HEX triplet: 75, 8E and 6B. RGB value is (117,142,107). Sum of RGB (Red+Green+Blue) = 117+142+107=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 142 - color contains mainly: green. Hex color #758E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E6B is #8A7194. Grayscale: #828282. Windows color (decimal): -9073045 or 7048821. OLE color: 7048821.

HSL color Cylindrical-coordinate representation of color #758E6B: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758E6B is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 142 107 -
CMYK 0.18 0 0.25 0.44
HSL 102.86º 0.14% 0.49% -
HSV(B) 102.86º 0.25% 0.56% -
XYZ 19.66 24.19 17.54 -
YUV 130.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 117 142 107 0.18 0 0.25 0.44 102.86 0.14 0.49
Hex 75 8E 6B 12 0 19 2C 67 E 31
Octal 165 216 153 22 0 31 54 147 16 61
Binary 1110101 10001110 1101011 10010 0 11001 101100 1100111 1110 110001

Color Harmonies of #758E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E6B

Black with #758E6B

Text Example


Text Example

White with #758E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,142,107); }

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

background-color css

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

 a { background-color: rgb(117,142,107); }

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

border-color css

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

 span { border-color: rgb(117,142,107); }

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