Html Css Color HEX #72928A Gumbo

📋 copy color: '#72928A'

red 114 ◦ green 146 ◦ blue 138

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

Shades of Gumbo #72928A

Tints of Gumbo #72928A

RGB

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

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

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

R = 28.64%
G = 36.68%
B = 34.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#72928A (or 0x72928A) is known color: Gumbo. HEX triplet: 72, 92 and 8A. RGB value is (114,146,138). Sum of RGB (Red+Green+Blue) = 114+146+138=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #72928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72928A is #8D6D75. Grayscale: #878787. Windows color (decimal): -9268598 or 9081458. OLE color: 9081458.

HSL color Cylindrical-coordinate representation of color #72928A: hue angle of 165º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72928A is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 138 -
CMYK 0.22 0 0.05 0.43
HSL 165º 0.13% 0.51% -
HSV(B) 165º 0.22% 0.57% -
XYZ 21.81 25.97 27.91 -
YUV 135.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 114 146 138 0.22 0 0.05 0.43 165 0.13 0.51
Hex 72 92 8A 16 0 5 2B A5 D 33
Octal 162 222 212 26 0 5 53 245 15 63
Binary 1110010 10010010 10001010 10110 0 101 101011 10100101 1101 110011

Color Harmonies of #72928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72928A

Black with #72928A

Text Example


Text Example

White with #72928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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