Html Css Color HEX #728C82 Granny Smith

📋 copy color: '#728C82'

red 114 ◦ green 140 ◦ blue 130

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

Shades of Granny Smith #728C82

Tints of Granny Smith #728C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.46%

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 29.69%
G = 36.46%
B = 33.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#728C82 (or 0x728C82) is known color: Granny Smith. HEX triplet: 72, 8C and 82. RGB value is (114,140,130). Sum of RGB (Red+Green+Blue) = 114+140+130=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 140 - color contains mainly: green. Hex color #728C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C82 is #8D737D. Grayscale: #838383. Windows color (decimal): -9270142 or 8555634. OLE color: 8555634.

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

Color convert

RGB 114 140 130 -
CMYK 0.19 0 0.07 0.45
HSL 156.92º 0.1% 0.5% -
HSV(B) 156.92º 0.19% 0.55% -
XYZ 20.35 23.95 24.67 -
YUV 131.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 114 140 130 0.19 0 0.07 0.45 156.92 0.1 0.5
Hex 72 8C 82 13 0 7 2D 9D A 32
Octal 162 214 202 23 0 7 55 235 12 62
Binary 1110010 10001100 10000010 10011 0 111 101101 10011101 1010 110010

Color Harmonies of #728C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728C82

Black with #728C82

Text Example


Text Example

White with #728C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,140,130); }

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

background-color css

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

 a { background-color: rgb(114,140,130); }

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

border-color css

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

 span { border-color: rgb(114,140,130); }

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