Html Css Color HEX #728B7F Patina

📋 copy color: '#728B7F'

red 114 ◦ green 139 ◦ blue 127

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

Shades of Patina #728B7F

Tints of Patina #728B7F

RGB

 RED value IS 114 (44.92% from 255) = 30%

 GREEN value IS 139 (54.69% from 255) = 36.58%

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

R = 30%
G = 36.58%
B = 33.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#728B7F (or 0x728B7F) is known color: Patina. HEX triplet: 72, 8B and 7F. RGB value is (114,139,127). Sum of RGB (Red+Green+Blue) = 114+139+127=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #728B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B7F is #8D7480. Grayscale: #828282. Windows color (decimal): -9270401 or 8358770. OLE color: 8358770.

HSL color Cylindrical-coordinate representation of color #728B7F: hue angle of 151.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728B7F is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 139 127 -
CMYK 0.18 0 0.09 0.45
HSL 151.2º 0.1% 0.5% -
HSV(B) 151.2º 0.18% 0.55% -
XYZ 20 23.57 23.57 -
YUV 130.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 114 139 127 0.18 0 0.09 0.45 151.2 0.1 0.5
Hex 72 8B 7F 12 0 9 2D 97 A 32
Octal 162 213 177 22 0 11 55 227 12 62
Binary 1110010 10001011 1111111 10010 0 1001 101101 10010111 1010 110010

Color Harmonies of #728B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B7F

Black with #728B7F

Text Example


Text Example

White with #728B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728B7F; }

 p { color: rgb(114,139,127); }

 H1.HeaderClassName
 {
   color: #728B7F;
 }
 .AnyTagClassName
 {
   color: #728B7F;
 }
</style>

background-color css

<style>
 a { background-color: #728B7F; }

 a { background-color: rgb(114,139,127); }

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

border-color css

<style>
 span { border-color: #728B7F; }

 span { border-color: rgb(114,139,127); }

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