Html Css Color HEX #758C6F Xanadu

📋 copy color: '#758C6F'

red 117 ◦ green 140 ◦ blue 111

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

Shades of Xanadu #758C6F

Tints of Xanadu #758C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 31.79%
G = 38.04%
B = 30.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#758C6F (or 0x758C6F) is known color: Xanadu. HEX triplet: 75, 8C and 6F. RGB value is (117,140,111). Sum of RGB (Red+Green+Blue) = 117+140+111=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 140 - color contains mainly: green. Hex color #758C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C6F is #8A7390. Grayscale: #818181. Windows color (decimal): -9073553 or 7310453. OLE color: 7310453.

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

Color convert

RGB 117 140 111 -
CMYK 0.16 0 0.21 0.45
HSL 107.59º 0.12% 0.49% -
HSV(B) 107.59º 0.21% 0.55% -
XYZ 19.58 23.69 18.58 -
YUV 129.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 117 140 111 0.16 0 0.21 0.45 107.59 0.12 0.49
Hex 75 8C 6F 10 0 15 2D 6C C 31
Octal 165 214 157 20 0 25 55 154 14 61
Binary 1110101 10001100 1101111 10000 0 10101 101101 1101100 1100 110001

Color Harmonies of #758C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C6F

Black with #758C6F

Text Example


Text Example

White with #758C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,140,111); }

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

background-color css

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

 a { background-color: rgb(117,140,111); }

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

border-color css

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

 span { border-color: rgb(117,140,111); }

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