Html Css Color HEX #71877D Patina

📋 copy color: '#71877D'

red 113 ◦ green 135 ◦ blue 125

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

Shades of Patina #71877D

Tints of Patina #71877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 30.29%
G = 36.19%
B = 33.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#71877D (or 0x71877D) is known color: Patina. HEX triplet: 71, 87 and 7D. RGB value is (113,135,125). Sum of RGB (Red+Green+Blue) = 113+135+125=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #71877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71877D is #8E7882. Grayscale: #7F7F7F. Windows color (decimal): -9336963 or 8226673. OLE color: 8226673.

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

Color convert

RGB 113 135 125 -
CMYK 0.16 0 0.07 0.47
HSL 152.73º 0.09% 0.49% -
HSV(B) 152.73º 0.16% 0.53% -
XYZ 19.18 22.32 22.7 -
YUV 127.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 113 135 125 0.16 0 0.07 0.47 152.73 0.09 0.49
Hex 71 87 7D 10 0 7 2F 99 9 31
Octal 161 207 175 20 0 7 57 231 11 61
Binary 1110001 10000111 1111101 10000 0 111 101111 10011001 1001 110001

Color Harmonies of #71877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71877D

Black with #71877D

Text Example


Text Example

White with #71877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71877D; }

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

 H1.HeaderClassName
 {
   color: #71877D;
 }
 .AnyTagClassName
 {
   color: #71877D;
 }
</style>

background-color css

<style>
 a { background-color: #71877D; }

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

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

border-color css

<style>
 span { border-color: #71877D; }

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

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