Html Css Color HEX #748B87 Gumbo

📋 copy color: '#748B87'

red 116 ◦ green 139 ◦ blue 135

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

Shades of Gumbo #748B87

Tints of Gumbo #748B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.64%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 29.74%
G = 35.64%
B = 34.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#748B87 (or 0x748B87) is known color: Gumbo. HEX triplet: 74, 8B and 87. RGB value is (116,139,135). Sum of RGB (Red+Green+Blue) = 116+139+135=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 139 - color contains mainly: green. Hex color #748B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748B87 is #8B7478. Grayscale: #838383. Windows color (decimal): -9139321 or 8883060. OLE color: 8883060.

HSL color Cylindrical-coordinate representation of color #748B87: hue angle of 169.57º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748B87 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 135 -
CMYK 0.17 0 0.03 0.45
HSL 169.57º 0.09% 0.5% -
HSV(B) 169.57º 0.17% 0.55% -
XYZ 20.81 23.93 26.44 -
YUV 131.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 116 139 135 0.17 0 0.03 0.45 169.57 0.09 0.5
Hex 74 8B 87 11 0 3 2D AA 9 32
Octal 164 213 207 21 0 3 55 252 11 62
Binary 1110100 10001011 10000111 10001 0 11 101101 10101010 1001 110010

Color Harmonies of #748B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B87

Black with #748B87

Text Example


Text Example

White with #748B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748B87; }

 p { color: rgb(116,139,135); }

 H1.HeaderClassName
 {
   color: #748B87;
 }
 .AnyTagClassName
 {
   color: #748B87;
 }
</style>

background-color css

<style>
 a { background-color: #748B87; }

 a { background-color: rgb(116,139,135); }

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

border-color css

<style>
 span { border-color: #748B87; }

 span { border-color: rgb(116,139,135); }

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