Html Css Color HEX #73857F Gumbo

📋 copy color: '#73857F'

red 115 ◦ green 133 ◦ blue 127

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

Shades of Gumbo #73857F

Tints of Gumbo #73857F

RGB

 RED value IS 115 (45.31% from 255) = 30.67%

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 30.67%
G = 35.47%
B = 33.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#73857F (or 0x73857F) is known color: Gumbo. HEX triplet: 73, 85 and 7F. RGB value is (115,133,127). Sum of RGB (Red+Green+Blue) = 115+133+127=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #73857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73857F is #8C7A80. Grayscale: #7E7E7E. Windows color (decimal): -9206401 or 8357235. OLE color: 8357235.

HSL color Cylindrical-coordinate representation of color #73857F: hue angle of 160º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #73857F is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 133 127 -
CMYK 0.14 0 0.05 0.48
HSL 160º 0.07% 0.49% -
HSV(B) 160º 0.14% 0.52% -
XYZ 19.29 21.95 23.3 -
YUV 126.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 115 133 127 0.14 0 0.05 0.48 160 0.07 0.49
Hex 73 85 7F E 0 5 30 A0 7 31
Octal 163 205 177 16 0 5 60 240 7 61
Binary 1110011 10000101 1111111 1110 0 101 110000 10100000 111 110001

Color Harmonies of #73857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73857F

Black with #73857F

Text Example


Text Example

White with #73857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73857F; }

 p { color: rgb(115,133,127); }

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

background-color css

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

 a { background-color: rgb(115,133,127); }

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

border-color css

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

 span { border-color: rgb(115,133,127); }

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