Html Css Color HEX #748685 Gumbo

📋 copy color: '#748685'

red 116 ◦ green 134 ◦ blue 133

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

Shades of Gumbo #748685

Tints of Gumbo #748685

RGB

 RED value IS 116 (45.7% from 255) = 30.29%

 GREEN value IS 134 (52.73% from 255) = 34.99%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 30.29%
G = 34.99%
B = 34.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#748685 (or 0x748685) is known color: Gumbo. HEX triplet: 74, 86 and 85. RGB value is (116,134,133). Sum of RGB (Red+Green+Blue) = 116+134+133=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #748685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748685 is #8B797A. Grayscale: #808080. Windows color (decimal): -9140603 or 8750708. OLE color: 8750708.

HSL color Cylindrical-coordinate representation of color #748685: hue angle of 176.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #748685 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 133 -
CMYK 0.13 0 0.01 0.47
HSL 176.67º 0.07% 0.49% -
HSV(B) 176.67º 0.13% 0.53% -
XYZ 19.96 22.46 25.47 -
YUV 128.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 116 134 133 0.13 0 0.01 0.47 176.67 0.07 0.49
Hex 74 86 85 D 0 1 2F B1 7 31
Octal 164 206 205 15 0 1 57 261 7 61
Binary 1110100 10000110 10000101 1101 0 1 101111 10110001 111 110001

Color Harmonies of #748685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748685

Black with #748685

Text Example


Text Example

White with #748685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748685; }

 p { color: rgb(116,134,133); }

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

background-color css

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

 a { background-color: rgb(116,134,133); }

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

border-color css

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

 span { border-color: rgb(116,134,133); }

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