Html Css Color HEX #758B85 Gumbo

📋 copy color: '#758B85'

red 117 ◦ green 139 ◦ blue 133

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

Shades of Gumbo #758B85

Tints of Gumbo #758B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 30.08%
G = 35.73%
B = 34.19%

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

#758B85 (or 0x758B85) is known color: Gumbo. HEX triplet: 75, 8B and 85. RGB value is (117,139,133). Sum of RGB (Red+Green+Blue) = 117+139+133=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #758B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B85 is #8A747A. Grayscale: #838383. Windows color (decimal): -9073787 or 8751989. OLE color: 8751989.

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

Color convert

RGB 117 139 133 -
CMYK 0.16 0 0.04 0.45
HSL 163.64º 0.09% 0.5% -
HSV(B) 163.64º 0.16% 0.55% -
XYZ 20.8 23.94 25.71 -
YUV 131.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 117 139 133 0.16 0 0.04 0.45 163.64 0.09 0.5
Hex 75 8B 85 10 0 4 2D A4 9 32
Octal 165 213 205 20 0 4 55 244 11 62
Binary 1110101 10001011 10000101 10000 0 100 101101 10100100 1001 110010

Color Harmonies of #758B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B85

Black with #758B85

Text Example


Text Example

White with #758B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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