Html Css Color HEX #75948D Gumbo

📋 copy color: '#75948D'

red 117 ◦ green 148 ◦ blue 141

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

Shades of Gumbo #75948D

Tints of Gumbo #75948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 28.82%
G = 36.45%
B = 34.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#75948D (or 0x75948D) is known color: Gumbo. HEX triplet: 75, 94 and 8D. RGB value is (117,148,141). Sum of RGB (Red+Green+Blue) = 117+148+141=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #75948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75948D is #8A6B72. Grayscale: #898989. Windows color (decimal): -9071475 or 9278581. OLE color: 9278581.

HSL color Cylindrical-coordinate representation of color #75948D: hue angle of 166.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75948D is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 141 -
CMYK 0.21 0 0.05 0.42
HSL 166.45º 0.13% 0.52% -
HSV(B) 166.45º 0.21% 0.58% -
XYZ 22.73 26.88 29.19 -
YUV 137.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 117 148 141 0.21 0 0.05 0.42 166.45 0.13 0.52
Hex 75 94 8D 15 0 5 2A A6 D 34
Octal 165 224 215 25 0 5 52 246 15 64
Binary 1110101 10010100 10001101 10101 0 101 101010 10100110 1101 110100

Color Harmonies of #75948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75948D

Black with #75948D

Text Example


Text Example

White with #75948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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