Html Css Color HEX #71887E Patina

📋 copy color: '#71887E'

red 113 ◦ green 136 ◦ blue 126

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

Shades of Patina #71887E

Tints of Patina #71887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 30.13%
G = 36.27%
B = 33.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#71887E (or 0x71887E) is known color: Patina. HEX triplet: 71, 88 and 7E. RGB value is (113,136,126). Sum of RGB (Red+Green+Blue) = 113+136+126=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #71887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71887E is #8E7781. Grayscale: #7F7F7F. Windows color (decimal): -9336706 or 8292465. OLE color: 8292465.

HSL color Cylindrical-coordinate representation of color #71887E: hue angle of 153.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71887E is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 126 -
CMYK 0.17 0 0.07 0.47
HSL 153.91º 0.09% 0.49% -
HSV(B) 153.91º 0.17% 0.53% -
XYZ 19.38 22.63 23.08 -
YUV 127.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 113 136 126 0.17 0 0.07 0.47 153.91 0.09 0.49
Hex 71 88 7E 11 0 7 2F 9A 9 31
Octal 161 210 176 21 0 7 57 232 11 61
Binary 1110001 10001000 1111110 10001 0 111 101111 10011010 1001 110001

Color Harmonies of #71887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71887E

Black with #71887E

Text Example


Text Example

White with #71887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71887E; }

 p { color: rgb(113,136,126); }

 H1.HeaderClassName
 {
   color: #71887E;
 }
 .AnyTagClassName
 {
   color: #71887E;
 }
</style>

background-color css

<style>
 a { background-color: #71887E; }

 a { background-color: rgb(113,136,126); }

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

border-color css

<style>
 span { border-color: #71887E; }

 span { border-color: rgb(113,136,126); }

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