Html Css Color HEX #74948D Gumbo

📋 copy color: '#74948D'

red 116 ◦ green 148 ◦ blue 141

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

Shades of Gumbo #74948D

Tints of Gumbo #74948D

RGB

 RED value IS 116 (45.7% from 255) = 28.64%

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

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 28.64%
G = 36.54%
B = 34.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#74948D (or 0x74948D) is known color: Gumbo. HEX triplet: 74, 94 and 8D. RGB value is (116,148,141). Sum of RGB (Red+Green+Blue) = 116+148+141=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #74948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74948D is #8B6B72. Grayscale: #898989. Windows color (decimal): -9137011 or 9278580. OLE color: 9278580.

HSL color Cylindrical-coordinate representation of color #74948D: hue angle of 166.88º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74948D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 141 -
CMYK 0.22 0 0.05 0.42
HSL 166.88º 0.13% 0.52% -
HSV(B) 166.88º 0.22% 0.58% -
XYZ 22.6 26.82 29.18 -
YUV 137.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 116 148 141 0.22 0 0.05 0.42 166.88 0.13 0.52
Hex 74 94 8D 16 0 5 2A A7 D 34
Octal 164 224 215 26 0 5 52 247 15 64
Binary 1110100 10010100 10001101 10110 0 101 101010 10100111 1101 110100

Color Harmonies of #74948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74948D

Black with #74948D

Text Example


Text Example

White with #74948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74948D; }

 p { color: rgb(116,148,141); }

 H1.HeaderClassName
 {
   color: #74948D;
 }
 .AnyTagClassName
 {
   color: #74948D;
 }
</style>

background-color css

<style>
 a { background-color: #74948D; }

 a { background-color: rgb(116,148,141); }

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

border-color css

<style>
 span { border-color: #74948D; }

 span { border-color: rgb(116,148,141); }

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