Html Css Color HEX #758B87 Gumbo

📋 copy color: '#758B87'

red 117 ◦ green 139 ◦ blue 135

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

Shades of Gumbo #758B87

Tints of Gumbo #758B87

RGB

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

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

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

R = 29.92%
G = 35.55%
B = 34.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#758B87 (or 0x758B87) is known color: Gumbo. HEX triplet: 75, 8B and 87. RGB value is (117,139,135). Sum of RGB (Red+Green+Blue) = 117+139+135=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 139 - color contains mainly: green. Hex color #758B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B87 is #8A7478. Grayscale: #838383. Windows color (decimal): -9073785 or 8883061. OLE color: 8883061.

HSL color Cylindrical-coordinate representation of color #758B87: hue angle of 169.09º 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 #758B87 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 135 -
CMYK 0.16 0 0.03 0.45
HSL 169.09º 0.09% 0.5% -
HSV(B) 169.09º 0.16% 0.55% -
XYZ 20.94 24 26.45 -
YUV 131.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 117 139 135 0.16 0 0.03 0.45 169.09 0.09 0.5
Hex 75 8B 87 10 0 3 2D A9 9 32
Octal 165 213 207 20 0 3 55 251 11 62
Binary 1110101 10001011 10000111 10000 0 11 101101 10101001 1001 110010

Color Harmonies of #758B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B87

Black with #758B87

Text Example


Text Example

White with #758B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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