Html Css Color HEX #75928C Gumbo

📋 copy color: '#75928C'

red 117 ◦ green 146 ◦ blue 140

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

Shades of Gumbo #75928C

Tints of Gumbo #75928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 29.03%
G = 36.23%
B = 34.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#75928C (or 0x75928C) is known color: Gumbo. HEX triplet: 75, 92 and 8C. RGB value is (117,146,140). Sum of RGB (Red+Green+Blue) = 117+146+140=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #75928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75928C is #8A6D73. Grayscale: #888888. Windows color (decimal): -9071988 or 9212533. OLE color: 9212533.

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

Color convert

RGB 117 146 140 -
CMYK 0.20 0 0.04 0.43
HSL 167.59º 0.12% 0.52% -
HSV(B) 167.59º 0.2% 0.57% -
XYZ 22.35 26.23 28.7 -
YUV 136.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 117 146 140 0.20 0 0.04 0.43 167.59 0.12 0.52
Hex 75 92 8C 14 0 4 2B A8 C 34
Octal 165 222 214 24 0 4 53 250 14 64
Binary 1110101 10010010 10001100 10100 0 100 101011 10101000 1100 110100

Color Harmonies of #75928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75928C

Black with #75928C

Text Example


Text Example

White with #75928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75928C; }

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

 H1.HeaderClassName
 {
   color: #75928C;
 }
 .AnyTagClassName
 {
   color: #75928C;
 }
</style>

background-color css

<style>
 a { background-color: #75928C; }

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

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

border-color css

<style>
 span { border-color: #75928C; }

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

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