Html Css Color HEX #73928D Gumbo

📋 copy color: '#73928D'

red 115 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #73928D

Tints of Gumbo #73928D

RGB

 RED value IS 115 (45.31% from 255) = 28.61%

 GREEN value IS 146 (57.42% from 255) = 36.32%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 28.61%
G = 36.32%
B = 35.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#73928D (or 0x73928D) is known color: Gumbo. HEX triplet: 73, 92 and 8D. RGB value is (115,146,141). Sum of RGB (Red+Green+Blue) = 115+146+141=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #73928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73928D is #8C6D72. Grayscale: #888888. Windows color (decimal): -9203059 or 9278067. OLE color: 9278067.

HSL color Cylindrical-coordinate representation of color #73928D: hue angle of 170.32º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73928D is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 141 -
CMYK 0.21 0 0.03 0.43
HSL 170.32º 0.12% 0.51% -
HSV(B) 170.32º 0.21% 0.57% -
XYZ 22.16 26.13 29.07 -
YUV 136.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 115 146 141 0.21 0 0.03 0.43 170.32 0.12 0.51
Hex 73 92 8D 15 0 3 2B AA C 33
Octal 163 222 215 25 0 3 53 252 14 63
Binary 1110011 10010010 10001101 10101 0 11 101011 10101010 1100 110011

Color Harmonies of #73928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73928D

Black with #73928D

Text Example


Text Example

White with #73928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,146,141); }

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

background-color css

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

 a { background-color: rgb(115,146,141); }

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

border-color css

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

 span { border-color: rgb(115,146,141); }

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