Html Css Color HEX #73928A Gumbo

📋 copy color: '#73928A'

red 115 ◦ green 146 ◦ blue 138

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

Shades of Gumbo #73928A

Tints of Gumbo #73928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 28.82%
G = 36.59%
B = 34.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#73928A (or 0x73928A) is known color: Gumbo. HEX triplet: 73, 92 and 8A. RGB value is (115,146,138). Sum of RGB (Red+Green+Blue) = 115+146+138=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #73928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73928A is #8C6D75. Grayscale: #878787. Windows color (decimal): -9203062 or 9081459. OLE color: 9081459.

HSL color Cylindrical-coordinate representation of color #73928A: hue angle of 164.52º 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 #73928A is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 138 -
CMYK 0.21 0 0.05 0.43
HSL 164.52º 0.12% 0.51% -
HSV(B) 164.52º 0.21% 0.57% -
XYZ 21.94 26.04 27.91 -
YUV 135.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 115 146 138 0.21 0 0.05 0.43 164.52 0.12 0.51
Hex 73 92 8A 15 0 5 2B A5 C 33
Octal 163 222 212 25 0 5 53 245 14 63
Binary 1110011 10010010 10001010 10101 0 101 101011 10100101 1100 110011

Color Harmonies of #73928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73928A

Black with #73928A

Text Example


Text Example

White with #73928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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