Html Css Color HEX #71875C Highland

📋 copy color: '#71875C'

red 113 ◦ green 135 ◦ blue 92

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

Shades of Highland #71875C

Tints of Highland #71875C

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

 GREEN value IS 135 (53.13% from 255) = 39.71%

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 33.24%
G = 39.71%
B = 27.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#71875C (or 0x71875C) is known color: Highland. HEX triplet: 71, 87 and 5C. RGB value is (113,135,92). Sum of RGB (Red+Green+Blue) = 113+135+92=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #71875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71875C is #8E78A3. Grayscale: #7B7B7B. Windows color (decimal): -9336996 or 6063985. OLE color: 6063985.

HSL color Cylindrical-coordinate representation of color #71875C: hue angle of 90.7º 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 #71875C is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 92 -
CMYK 0.16 0 0.32 0.47
HSL 90.7º 0.19% 0.45% -
HSV(B) 90.7º 0.32% 0.53% -
XYZ 17.41 21.61 13.38 -
YUV 123.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 113 135 92 0.16 0 0.32 0.47 90.7 0.19 0.45
Hex 71 87 5C 10 0 20 2F 5B 13 2D
Octal 161 207 134 20 0 40 57 133 23 55
Binary 1110001 10000111 1011100 10000 0 100000 101111 1011011 10011 101101

Color Harmonies of #71875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71875C

Black with #71875C

Text Example


Text Example

White with #71875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71875C; }

 p { color: rgb(113,135,92); }

 H1.HeaderClassName
 {
   color: #71875C;
 }
 .AnyTagClassName
 {
   color: #71875C;
 }
</style>

background-color css

<style>
 a { background-color: #71875C; }

 a { background-color: rgb(113,135,92); }

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

border-color css

<style>
 span { border-color: #71875C; }

 span { border-color: rgb(113,135,92); }

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