Html Css Color HEX #758C87 Gumbo

📋 copy color: '#758C87'

red 117 ◦ green 140 ◦ blue 135

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

Shades of Gumbo #758C87

Tints of Gumbo #758C87

RGB

 RED value IS 117 (46.09% from 255) = 29.85%

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 29.85%
G = 35.71%
B = 34.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#758C87 (or 0x758C87) is known color: Gumbo. HEX triplet: 75, 8C and 87. RGB value is (117,140,135). Sum of RGB (Red+Green+Blue) = 117+140+135=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #758C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C87 is #8A7378. Grayscale: #848484. Windows color (decimal): -9073529 or 8883317. OLE color: 8883317.

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

Color convert

RGB 117 140 135 -
CMYK 0.16 0 0.04 0.45
HSL 166.96º 0.09% 0.5% -
HSV(B) 166.96º 0.16% 0.55% -
XYZ 21.09 24.29 26.5 -
YUV 132.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 117 140 135 0.16 0 0.04 0.45 166.96 0.09 0.5
Hex 75 8C 87 10 0 4 2D A7 9 32
Octal 165 214 207 20 0 4 55 247 11 62
Binary 1110101 10001100 10000111 10000 0 100 101101 10100111 1001 110010

Color Harmonies of #758C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C87

Black with #758C87

Text Example


Text Example

White with #758C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758C87; }

 p { color: rgb(117,140,135); }

 H1.HeaderClassName
 {
   color: #758C87;
 }
 .AnyTagClassName
 {
   color: #758C87;
 }
</style>

background-color css

<style>
 a { background-color: #758C87; }

 a { background-color: rgb(117,140,135); }

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

border-color css

<style>
 span { border-color: #758C87; }

 span { border-color: rgb(117,140,135); }

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