Html Css Color HEX #75885D Highland

📋 copy color: '#75885D'

red 117 ◦ green 136 ◦ blue 93

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

Shades of Highland #75885D

Tints of Highland #75885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.31%

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 33.82%
G = 39.31%
B = 26.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#75885D (or 0x75885D) is known color: Highland. HEX triplet: 75, 88 and 5D. RGB value is (117,136,93). Sum of RGB (Red+Green+Blue) = 117+136+93=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #75885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75885D is #8A77A2. Grayscale: #7D7D7D. Windows color (decimal): -9074595 or 6129781. OLE color: 6129781.

HSL color Cylindrical-coordinate representation of color #75885D: hue angle of 86.51º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75885D is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 93 -
CMYK 0.14 0 0.32 0.47
HSL 86.51º 0.19% 0.45% -
HSV(B) 86.51º 0.32% 0.53% -
XYZ 18.12 22.18 13.68 -
YUV 125.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 117 136 93 0.14 0 0.32 0.47 86.51 0.19 0.45
Hex 75 88 5D E 0 20 2F 57 13 2D
Octal 165 210 135 16 0 40 57 127 23 55
Binary 1110101 10001000 1011101 1110 0 100000 101111 1010111 10011 101101

Color Harmonies of #75885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75885D

Black with #75885D

Text Example


Text Example

White with #75885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,136,93); }

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

background-color css

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

 a { background-color: rgb(117,136,93); }

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

border-color css

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

 span { border-color: rgb(117,136,93); }

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