Html Css Color HEX #75856C Xanadu

📋 copy color: '#75856C'

red 117 ◦ green 133 ◦ blue 108

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

Shades of Xanadu #75856C

Tints of Xanadu #75856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 32.68%
G = 37.15%
B = 30.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#75856C (or 0x75856C) is known color: Xanadu. HEX triplet: 75, 85 and 6C. RGB value is (117,133,108). Sum of RGB (Red+Green+Blue) = 117+133+108=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #75856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75856C is #8A7A93. Grayscale: #7D7D7D. Windows color (decimal): -9075348 or 7112053. OLE color: 7112053.

HSL color Cylindrical-coordinate representation of color #75856C: hue angle of 98.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75856C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 108 -
CMYK 0.12 0 0.19 0.48
HSL 98.4º 0.1% 0.47% -
HSV(B) 98.4º 0.19% 0.52% -
XYZ 18.43 21.64 17.39 -
YUV 125.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 117 133 108 0.12 0 0.19 0.48 98.4 0.1 0.47
Hex 75 85 6C C 0 13 30 62 A 2F
Octal 165 205 154 14 0 23 60 142 12 57
Binary 1110101 10000101 1101100 1100 0 10011 110000 1100010 1010 101111

Color Harmonies of #75856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75856C

Black with #75856C

Text Example


Text Example

White with #75856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75856C; }

 p { color: rgb(117,133,108); }

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

background-color css

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

 a { background-color: rgb(117,133,108); }

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

border-color css

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

 span { border-color: rgb(117,133,108); }

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