Html Css Color HEX #757874 Xanadu

📋 copy color: '#757874'

red 117 ◦ green 120 ◦ blue 116

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

Shades of Xanadu #757874

Tints of Xanadu #757874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 33.14%
G = 33.99%
B = 32.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#757874 (or 0x757874) is known color: Xanadu. HEX triplet: 75, 78 and 74. RGB value is (117,120,116). Sum of RGB (Red+Green+Blue) = 117+120+116=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 120 - color contains mainly: green. Hex color #757874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757874 is #8A878B. Grayscale: #767676. Windows color (decimal): -9078668 or 7633013. OLE color: 7633013.

HSL color Cylindrical-coordinate representation of color #757874: hue angle of 105º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757874 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 116 -
CMYK 0.02 0 0.03 0.53
HSL 105º 0.02% 0.46% -
HSV(B) 105º 0.03% 0.47% -
XYZ 17.2 18.48 19.18 -
YUV 118.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 117 120 116 0.02 0 0.03 0.53 105 0.02 0.46
Hex 75 78 74 2 0 3 35 69 2 2E
Octal 165 170 164 2 0 3 65 151 2 56
Binary 1110101 1111000 1110100 10 0 11 110101 1101001 10 101110

Color Harmonies of #757874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757874

Black with #757874

Text Example


Text Example

White with #757874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757874; }

 p { color: rgb(117,120,116); }

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

background-color css

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

 a { background-color: rgb(117,120,116); }

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

border-color css

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

 span { border-color: rgb(117,120,116); }

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