Html Css Color HEX #75895B Highland

📋 copy color: '#75895B'

red 117 ◦ green 137 ◦ blue 91

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

Shades of Highland #75895B

Tints of Highland #75895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 91 (35.94% from 255) = 26.38%

R = 33.91%
G = 39.71%
B = 26.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#75895B (or 0x75895B) is known color: Highland. HEX triplet: 75, 89 and 5B. RGB value is (117,137,91). Sum of RGB (Red+Green+Blue) = 117+137+91=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #75895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75895B is #8A76A4. Grayscale: #7D7D7D. Windows color (decimal): -9074341 or 5998965. OLE color: 5998965.

HSL color Cylindrical-coordinate representation of color #75895B: hue angle of 86.09º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75895B is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 91 -
CMYK 0.15 0 0.34 0.46
HSL 86.09º 0.2% 0.45% -
HSV(B) 86.09º 0.34% 0.54% -
XYZ 18.17 22.43 13.27 -
YUV 125.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 117 137 91 0.15 0 0.34 0.46 86.09 0.2 0.45
Hex 75 89 5B F 0 22 2E 56 14 2D
Octal 165 211 133 17 0 42 56 126 24 55
Binary 1110101 10001001 1011011 1111 0 100010 101110 1010110 10100 101101

Color Harmonies of #75895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75895B

Black with #75895B

Text Example


Text Example

White with #75895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75895B; }

 p { color: rgb(117,137,91); }

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

background-color css

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

 a { background-color: rgb(117,137,91); }

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

border-color css

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

 span { border-color: rgb(117,137,91); }

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