Html Css Color HEX #74968E Gumbo

📋 copy color: '#74968E'

red 116 ◦ green 150 ◦ blue 142

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

Shades of Gumbo #74968E

Tints of Gumbo #74968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 28.43%
G = 36.76%
B = 34.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#74968E (or 0x74968E) is known color: Gumbo. HEX triplet: 74, 96 and 8E. RGB value is (116,150,142). Sum of RGB (Red+Green+Blue) = 116+150+142=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #74968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74968E is #8B6971. Grayscale: #8A8A8A. Windows color (decimal): -9136498 or 9344628. OLE color: 9344628.

HSL color Cylindrical-coordinate representation of color #74968E: hue angle of 165.88º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74968E is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 142 -
CMYK 0.23 0 0.05 0.41
HSL 165.88º 0.14% 0.52% -
HSV(B) 165.88º 0.23% 0.59% -
XYZ 22.99 27.48 29.68 -
YUV 138.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 116 150 142 0.23 0 0.05 0.41 165.88 0.14 0.52
Hex 74 96 8E 17 0 5 29 A6 E 34
Octal 164 226 216 27 0 5 51 246 16 64
Binary 1110100 10010110 10001110 10111 0 101 101001 10100110 1110 110100

Color Harmonies of #74968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74968E

Black with #74968E

Text Example


Text Example

White with #74968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74968E; }

 p { color: rgb(116,150,142); }

 H1.HeaderClassName
 {
   color: #74968E;
 }
 .AnyTagClassName
 {
   color: #74968E;
 }
</style>

background-color css

<style>
 a { background-color: #74968E; }

 a { background-color: rgb(116,150,142); }

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

border-color css

<style>
 span { border-color: #74968E; }

 span { border-color: rgb(116,150,142); }

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