Html Css Color HEX #72948C Gumbo

📋 copy color: '#72948C'

red 114 ◦ green 148 ◦ blue 140

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

Shades of Gumbo #72948C

Tints of Gumbo #72948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 28.36%
G = 36.82%
B = 34.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#72948C (or 0x72948C) is known color: Gumbo. HEX triplet: 72, 94 and 8C. RGB value is (114,148,140). Sum of RGB (Red+Green+Blue) = 114+148+140=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #72948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72948C is #8D6B73. Grayscale: #888888. Windows color (decimal): -9268084 or 9213042. OLE color: 9213042.

HSL color Cylindrical-coordinate representation of color #72948C: hue angle of 165.88º 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 #72948C is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 140 -
CMYK 0.23 0 0.05 0.42
HSL 165.88º 0.14% 0.51% -
HSV(B) 165.88º 0.23% 0.58% -
XYZ 22.26 26.65 28.78 -
YUV 136.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 114 148 140 0.23 0 0.05 0.42 165.88 0.14 0.51
Hex 72 94 8C 17 0 5 2A A6 E 33
Octal 162 224 214 27 0 5 52 246 16 63
Binary 1110010 10010100 10001100 10111 0 101 101010 10100110 1110 110011

Color Harmonies of #72948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72948C

Black with #72948C

Text Example


Text Example

White with #72948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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