Html Css Color HEX #75856E Xanadu

📋 copy color: '#75856E'

red 117 ◦ green 133 ◦ blue 110

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

Shades of Xanadu #75856E

Tints of Xanadu #75856E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 32.5%
G = 36.94%
B = 30.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#75856E (or 0x75856E) is known color: Xanadu. HEX triplet: 75, 85 and 6E. RGB value is (117,133,110). Sum of RGB (Red+Green+Blue) = 117+133+110=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #75856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75856E is #8A7A91. Grayscale: #7D7D7D. Windows color (decimal): -9075346 or 7243125. OLE color: 7243125.

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

Color convert

RGB 117 133 110 -
CMYK 0.12 0 0.17 0.48
HSL 101.74º 0.09% 0.48% -
HSV(B) 101.74º 0.17% 0.52% -
XYZ 18.54 21.68 17.96 -
YUV 125.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 117 133 110 0.12 0 0.17 0.48 101.74 0.09 0.48
Hex 75 85 6E C 0 11 30 66 9 30
Octal 165 205 156 14 0 21 60 146 11 60
Binary 1110101 10000101 1101110 1100 0 10001 110000 1100110 1001 110000

Color Harmonies of #75856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75856E

Black with #75856E

Text Example


Text Example

White with #75856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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