Html Css Color HEX #71857F Gumbo

📋 copy color: '#71857F'

red 113 ◦ green 133 ◦ blue 127

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

Shades of Gumbo #71857F

Tints of Gumbo #71857F

RGB

 RED value IS 113 (44.53% from 255) = 30.29%

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

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

R = 30.29%
G = 35.66%
B = 34.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#71857F (or 0x71857F) is known color: Gumbo. HEX triplet: 71, 85 and 7F. RGB value is (113,133,127). Sum of RGB (Red+Green+Blue) = 113+133+127=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #71857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71857F is #8E7A80. Grayscale: #7E7E7E. Windows color (decimal): -9337473 or 8357233. OLE color: 8357233.

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

Color convert

RGB 113 133 127 -
CMYK 0.15 0 0.05 0.48
HSL 162º 0.08% 0.48% -
HSV(B) 162º 0.15% 0.52% -
XYZ 19.03 21.82 23.29 -
YUV 126.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 113 133 127 0.15 0 0.05 0.48 162 0.08 0.48
Hex 71 85 7F F 0 5 30 A2 8 30
Octal 161 205 177 17 0 5 60 242 10 60
Binary 1110001 10000101 1111111 1111 0 101 110000 10100010 1000 110000

Color Harmonies of #71857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71857F

Black with #71857F

Text Example


Text Example

White with #71857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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