Html Css Color HEX #75855A Highland

📋 copy color: '#75855A'

red 117 ◦ green 133 ◦ blue 90

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

Shades of Highland #75855A

Tints of Highland #75855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 34.41%
G = 39.12%
B = 26.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#75855A (or 0x75855A) is known color: Highland. HEX triplet: 75, 85 and 5A. RGB value is (117,133,90). Sum of RGB (Red+Green+Blue) = 117+133+90=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #75855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75855A is #8A7AA5. Grayscale: #7B7B7B. Windows color (decimal): -9075366 or 5932405. OLE color: 5932405.

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

Color convert

RGB 117 133 90 -
CMYK 0.12 0 0.32 0.48
HSL 82.33º 0.19% 0.44% -
HSV(B) 82.33º 0.32% 0.52% -
XYZ 17.57 21.3 12.86 -
YUV 123.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 117 133 90 0.12 0 0.32 0.48 82.33 0.19 0.44
Hex 75 85 5A C 0 20 30 52 13 2C
Octal 165 205 132 14 0 40 60 122 23 54
Binary 1110101 10000101 1011010 1100 0 100000 110000 1010010 10011 101100

Color Harmonies of #75855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75855A

Black with #75855A

Text Example


Text Example

White with #75855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75855A; }

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

 H1.HeaderClassName
 {
   color: #75855A;
 }
 .AnyTagClassName
 {
   color: #75855A;
 }
</style>

background-color css

<style>
 a { background-color: #75855A; }

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

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

border-color css

<style>
 span { border-color: #75855A; }

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

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