Html Css Color HEX #75856D Xanadu

📋 copy color: '#75856D'

red 117 ◦ green 133 ◦ blue 109

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

Shades of Xanadu #75856D

Tints of Xanadu #75856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 32.59%
G = 37.05%
B = 30.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#75856D (or 0x75856D) is known color: Xanadu. HEX triplet: 75, 85 and 6D. RGB value is (117,133,109). Sum of RGB (Red+Green+Blue) = 117+133+109=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #75856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75856D is #8A7A92. Grayscale: #7D7D7D. Windows color (decimal): -9075347 or 7177589. OLE color: 7177589.

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

Color convert

RGB 117 133 109 -
CMYK 0.12 0 0.18 0.48
HSL 100º 0.1% 0.47% -
HSV(B) 100º 0.18% 0.52% -
XYZ 18.48 21.66 17.67 -
YUV 125.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 117 133 109 0.12 0 0.18 0.48 100 0.1 0.47
Hex 75 85 6D C 0 12 30 64 A 2F
Octal 165 205 155 14 0 22 60 144 12 57
Binary 1110101 10000101 1101101 1100 0 10010 110000 1100100 1010 101111

Color Harmonies of #75856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75856D

Black with #75856D

Text Example


Text Example

White with #75856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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