Html Css Color HEX #758583 Gumbo

📋 copy color: '#758583'

red 117 ◦ green 133 ◦ blue 131

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

Shades of Gumbo #758583

Tints of Gumbo #758583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

 BLUE value IS 131 (51.56% from 255) = 34.38%

R = 30.71%
G = 34.91%
B = 34.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#758583 (or 0x758583) is known color: Gumbo. HEX triplet: 75, 85 and 83. RGB value is (117,133,131). Sum of RGB (Red+Green+Blue) = 117+133+131=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 133 - color contains mainly: green. Hex color #758583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758583 is #8A7A7C. Grayscale: #7F7F7F. Windows color (decimal): -9075325 or 8619381. OLE color: 8619381.

HSL color Cylindrical-coordinate representation of color #758583: hue angle of 172.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #758583 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 131 -
CMYK 0.12 0 0.02 0.48
HSL 172.5º 0.06% 0.49% -
HSV(B) 172.5º 0.12% 0.52% -
XYZ 19.82 22.2 24.71 -
YUV 127.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 117 133 131 0.12 0 0.02 0.48 172.5 0.06 0.49
Hex 75 85 83 C 0 2 30 AC 6 31
Octal 165 205 203 14 0 2 60 254 6 61
Binary 1110101 10000101 10000011 1100 0 10 110000 10101100 110 110001

Color Harmonies of #758583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758583

Black with #758583

Text Example


Text Example

White with #758583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758583; }

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

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

background-color css

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

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

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

border-color css

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

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

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