Html Css Color HEX #74938C Gumbo

📋 copy color: '#74938C'

red 116 ◦ green 147 ◦ blue 140

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

Shades of Gumbo #74938C

Tints of Gumbo #74938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 28.78%
G = 36.48%
B = 34.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#74938C (or 0x74938C) is known color: Gumbo. HEX triplet: 74, 93 and 8C. RGB value is (116,147,140). Sum of RGB (Red+Green+Blue) = 116+147+140=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #74938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74938C is #8B6C73. Grayscale: #888888. Windows color (decimal): -9137268 or 9212788. OLE color: 9212788.

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

Color convert

RGB 116 147 140 -
CMYK 0.21 0 0.05 0.42
HSL 166.45º 0.13% 0.52% -
HSV(B) 166.45º 0.21% 0.58% -
XYZ 22.37 26.47 28.74 -
YUV 136.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 116 147 140 0.21 0 0.05 0.42 166.45 0.13 0.52
Hex 74 93 8C 15 0 5 2A A6 D 34
Octal 164 223 214 25 0 5 52 246 15 64
Binary 1110100 10010011 10001100 10101 0 101 101010 10100110 1101 110100

Color Harmonies of #74938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74938C

Black with #74938C

Text Example


Text Example

White with #74938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,147,140); }

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

background-color css

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

 a { background-color: rgb(116,147,140); }

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

border-color css

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

 span { border-color: rgb(116,147,140); }

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