Html Css Color HEX #73918B Gumbo

📋 copy color: '#73918B'

red 115 ◦ green 145 ◦ blue 139

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

Shades of Gumbo #73918B

Tints of Gumbo #73918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 28.82%
G = 36.34%
B = 34.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#73918B (or 0x73918B) is known color: Gumbo. HEX triplet: 73, 91 and 8B. RGB value is (115,145,139). Sum of RGB (Red+Green+Blue) = 115+145+139=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #73918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73918B is #8C6E74. Grayscale: #878787. Windows color (decimal): -9203317 or 9146739. OLE color: 9146739.

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

Color convert

RGB 115 145 139 -
CMYK 0.21 0 0.04 0.43
HSL 168º 0.12% 0.51% -
HSV(B) 168º 0.21% 0.57% -
XYZ 21.86 25.76 28.25 -
YUV 135.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 115 145 139 0.21 0 0.04 0.43 168 0.12 0.51
Hex 73 91 8B 15 0 4 2B A8 C 33
Octal 163 221 213 25 0 4 53 250 14 63
Binary 1110011 10010001 10001011 10101 0 100 101011 10101000 1100 110011

Color Harmonies of #73918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73918B

Black with #73918B

Text Example


Text Example

White with #73918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73918B; }

 p { color: rgb(115,145,139); }

 H1.HeaderClassName
 {
   color: #73918B;
 }
 .AnyTagClassName
 {
   color: #73918B;
 }
</style>

background-color css

<style>
 a { background-color: #73918B; }

 a { background-color: rgb(115,145,139); }

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

border-color css

<style>
 span { border-color: #73918B; }

 span { border-color: rgb(115,145,139); }

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