Html Css Color HEX #758F8A Gumbo

📋 copy color: '#758F8A'

red 117 ◦ green 143 ◦ blue 138

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

Shades of Gumbo #758F8A

Tints of Gumbo #758F8A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 29.4%
G = 35.93%
B = 34.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#758F8A (or 0x758F8A) is known color: Gumbo. HEX triplet: 75, 8F and 8A. RGB value is (117,143,138). Sum of RGB (Red+Green+Blue) = 117+143+138=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 143 - color contains mainly: green. Hex color #758F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F8A is #8A7075. Grayscale: #868686. Windows color (decimal): -9072758 or 9080693. OLE color: 9080693.

HSL color Cylindrical-coordinate representation of color #758F8A: hue angle of 168.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F8A is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 143 138 -
CMYK 0.18 0 0.03 0.44
HSL 168.46º 0.1% 0.51% -
HSV(B) 168.46º 0.18% 0.56% -
XYZ 21.75 25.26 27.77 -
YUV 134.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 117 143 138 0.18 0 0.03 0.44 168.46 0.1 0.51
Hex 75 8F 8A 12 0 3 2C A8 A 33
Octal 165 217 212 22 0 3 54 250 12 63
Binary 1110101 10001111 10001010 10010 0 11 101100 10101000 1010 110011

Color Harmonies of #758F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F8A

Black with #758F8A

Text Example


Text Example

White with #758F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758F8A; }

 p { color: rgb(117,143,138); }

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

background-color css

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

 a { background-color: rgb(117,143,138); }

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

border-color css

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

 span { border-color: rgb(117,143,138); }

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