Html Css Color HEX #75938D Gumbo

📋 copy color: '#75938D'

red 117 ◦ green 147 ◦ blue 141

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

Shades of Gumbo #75938D

Tints of Gumbo #75938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 28.89%
G = 36.3%
B = 34.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#75938D (or 0x75938D) is known color: Gumbo. HEX triplet: 75, 93 and 8D. RGB value is (117,147,141). Sum of RGB (Red+Green+Blue) = 117+147+141=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #75938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75938D is #8A6C72. Grayscale: #898989. Windows color (decimal): -9071731 or 9278325. OLE color: 9278325.

HSL color Cylindrical-coordinate representation of color #75938D: hue angle of 168º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75938D is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 141 -
CMYK 0.20 0 0.04 0.42
HSL 168º 0.12% 0.52% -
HSV(B) 168º 0.2% 0.58% -
XYZ 22.58 26.57 29.14 -
YUV 137.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 117 147 141 0.20 0 0.04 0.42 168 0.12 0.52
Hex 75 93 8D 14 0 4 2A A8 C 34
Octal 165 223 215 24 0 4 52 250 14 64
Binary 1110101 10010011 10001101 10100 0 100 101010 10101000 1100 110100

Color Harmonies of #75938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75938D

Black with #75938D

Text Example


Text Example

White with #75938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75938D; }

 p { color: rgb(117,147,141); }

 H1.HeaderClassName
 {
   color: #75938D;
 }
 .AnyTagClassName
 {
   color: #75938D;
 }
</style>

background-color css

<style>
 a { background-color: #75938D; }

 a { background-color: rgb(117,147,141); }

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

border-color css

<style>
 span { border-color: #75938D; }

 span { border-color: rgb(117,147,141); }

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