Html Css Color HEX #71897F Patina

📋 copy color: '#71897F'

red 113 ◦ green 137 ◦ blue 127

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

Shades of Patina #71897F

Tints of Patina #71897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 29.97%
G = 36.34%
B = 33.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#71897F (or 0x71897F) is known color: Patina. HEX triplet: 71, 89 and 7F. RGB value is (113,137,127). Sum of RGB (Red+Green+Blue) = 113+137+127=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #71897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71897F is #8E7680. Grayscale: #808080. Windows color (decimal): -9336449 or 8358257. OLE color: 8358257.

HSL color Cylindrical-coordinate representation of color #71897F: hue angle of 155º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71897F is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 127 -
CMYK 0.18 0 0.07 0.46
HSL 155º 0.1% 0.49% -
HSV(B) 155º 0.18% 0.54% -
XYZ 19.59 22.93 23.47 -
YUV 128.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 113 137 127 0.18 0 0.07 0.46 155 0.1 0.49
Hex 71 89 7F 12 0 7 2E 9B A 31
Octal 161 211 177 22 0 7 56 233 12 61
Binary 1110001 10001001 1111111 10010 0 111 101110 10011011 1010 110001

Color Harmonies of #71897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71897F

Black with #71897F

Text Example


Text Example

White with #71897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71897F; }

 p { color: rgb(113,137,127); }

 H1.HeaderClassName
 {
   color: #71897F;
 }
 .AnyTagClassName
 {
   color: #71897F;
 }
</style>

background-color css

<style>
 a { background-color: #71897F; }

 a { background-color: rgb(113,137,127); }

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

border-color css

<style>
 span { border-color: #71897F; }

 span { border-color: rgb(113,137,127); }

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