Html Css Color HEX #74918C Gumbo

📋 copy color: '#74918C'

red 116 ◦ green 145 ◦ blue 140

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

Shades of Gumbo #74918C

Tints of Gumbo #74918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.16%

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

R = 28.93%
G = 36.16%
B = 34.91%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#74918C (or 0x74918C) is known color: Gumbo. HEX triplet: 74, 91 and 8C. RGB value is (116,145,140). Sum of RGB (Red+Green+Blue) = 116+145+140=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #74918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74918C is #8B6E73. Grayscale: #878787. Windows color (decimal): -9137780 or 9212276. OLE color: 9212276.

HSL color Cylindrical-coordinate representation of color #74918C: hue angle of 169.66º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74918C is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 140 -
CMYK 0.2 0 0.03 0.43
HSL 169.66º 0.12% 0.51% -
HSV(B) 169.66º 0.2% 0.57% -
XYZ 22.06 25.86 28.64 -
YUV 135.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 116 145 140 0.2 0 0.03 0.43 169.66 0.12 0.51
Hex 74 91 8C 14 0 3 2B AA C 33
Octal 164 221 214 24 0 3 53 252 14 63
Binary 1110100 10010001 10001100 10100 0 11 101011 10101010 1100 110011

Color Harmonies of #74918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74918C

Black with #74918C

Text Example


Text Example

White with #74918C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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