Html Css Color HEX #71867E Patina

📋 copy color: '#71867E'

red 113 ◦ green 134 ◦ blue 126

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

Shades of Patina #71867E

Tints of Patina #71867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

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

R = 30.29%
G = 35.92%
B = 33.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#71867E (or 0x71867E) is known color: Patina. HEX triplet: 71, 86 and 7E. RGB value is (113,134,126). Sum of RGB (Red+Green+Blue) = 113+134+126=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #71867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71867E is #8E7981. Grayscale: #7E7E7E. Windows color (decimal): -9337218 or 8291953. OLE color: 8291953.

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

Color convert

RGB 113 134 126 -
CMYK 0.16 0 0.06 0.47
HSL 157.14º 0.09% 0.48% -
HSV(B) 157.14º 0.16% 0.53% -
XYZ 19.1 22.07 22.99 -
YUV 126.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 113 134 126 0.16 0 0.06 0.47 157.14 0.09 0.48
Hex 71 86 7E 10 0 6 2F 9D 9 30
Octal 161 206 176 20 0 6 57 235 11 60
Binary 1110001 10000110 1111110 10000 0 110 101111 10011101 1001 110000

Color Harmonies of #71867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71867E

Black with #71867E

Text Example


Text Example

White with #71867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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