Html Css Color HEX #72948B Gumbo

📋 copy color: '#72948B'

red 114 ◦ green 148 ◦ blue 139

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

Shades of Gumbo #72948B

Tints of Gumbo #72948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 28.43%
G = 36.91%
B = 34.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#72948B (or 0x72948B) is known color: Gumbo. HEX triplet: 72, 94 and 8B. RGB value is (114,148,139). Sum of RGB (Red+Green+Blue) = 114+148+139=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #72948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72948B is #8D6B74. Grayscale: #888888. Windows color (decimal): -9268085 or 9147506. OLE color: 9147506.

HSL color Cylindrical-coordinate representation of color #72948B: hue angle of 164.12º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72948B is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 139 -
CMYK 0.23 0 0.06 0.42
HSL 164.12º 0.14% 0.51% -
HSV(B) 164.12º 0.23% 0.58% -
XYZ 22.19 26.62 28.4 -
YUV 136.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 114 148 139 0.23 0 0.06 0.42 164.12 0.14 0.51
Hex 72 94 8B 17 0 6 2A A4 E 33
Octal 162 224 213 27 0 6 52 244 16 63
Binary 1110010 10010100 10001011 10111 0 110 101010 10100100 1110 110011

Color Harmonies of #72948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72948B

Black with #72948B

Text Example


Text Example

White with #72948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,148,139); }

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

background-color css

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

 a { background-color: rgb(114,148,139); }

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

border-color css

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

 span { border-color: rgb(114,148,139); }

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