Html Css Color HEX #75928B Gumbo

📋 copy color: '#75928B'

red 117 ◦ green 146 ◦ blue 139

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

Shades of Gumbo #75928B

Tints of Gumbo #75928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 29.1%
G = 36.32%
B = 34.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#75928B (or 0x75928B) is known color: Gumbo. HEX triplet: 75, 92 and 8B. RGB value is (117,146,139). Sum of RGB (Red+Green+Blue) = 117+146+139=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #75928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75928B is #8A6D74. Grayscale: #888888. Windows color (decimal): -9071989 or 9146997. OLE color: 9146997.

HSL color Cylindrical-coordinate representation of color #75928B: hue angle of 165.52º 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 #75928B is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 139 -
CMYK 0.20 0 0.05 0.43
HSL 165.52º 0.12% 0.52% -
HSV(B) 165.52º 0.2% 0.57% -
XYZ 22.28 26.2 28.31 -
YUV 136.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 117 146 139 0.20 0 0.05 0.43 165.52 0.12 0.52
Hex 75 92 8B 14 0 5 2B A6 C 34
Octal 165 222 213 24 0 5 53 246 14 64
Binary 1110101 10010010 10001011 10100 0 101 101011 10100110 1100 110100

Color Harmonies of #75928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75928B

Black with #75928B

Text Example


Text Example

White with #75928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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