Html Css Color HEX #47725E Como

📋 copy color: '#47725E'

red 71 ◦ green 114 ◦ blue 94

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

Shades of Como #47725E

Tints of Como #47725E

RGB

 RED value IS 71 (28.13% from 255) = 25.45%

 GREEN value IS 114 (44.92% from 255) = 40.86%

 BLUE value IS 94 (37.11% from 255) = 33.69%

R = 25.45%
G = 40.86%
B = 33.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#47725E (or 0x47725E) is known color: Como. HEX triplet: 47, 72 and 5E. RGB value is (71,114,94). Sum of RGB (Red+Green+Blue) = 71+114+94=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #47725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47725E is #B88DA1. Grayscale: #626262. Windows color (decimal): -12094882 or 6189639. OLE color: 6189639.

HSL color Cylindrical-coordinate representation of color #47725E: hue angle of 152.09º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47725E is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 94 -
CMYK 0.38 0 0.18 0.55
HSL 152.09º 0.23% 0.36% -
HSV(B) 152.09º 0.38% 0.45% -
XYZ 10.64 14.18 12.77 -
YUV 98.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 71 114 94 0.38 0 0.18 0.55 152.09 0.23 0.36
Hex 47 72 5E 26 0 12 37 98 17 24
Octal 107 162 136 46 0 22 67 230 27 44
Binary 1000111 1110010 1011110 100110 0 10010 110111 10011000 10111 100100

Color Harmonies of #47725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47725E

Black with #47725E

Text Example


Text Example

White with #47725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47725E; }

 p { color: rgb(71,114,94); }

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

background-color css

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

 a { background-color: rgb(71,114,94); }

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

border-color css

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

 span { border-color: rgb(71,114,94); }

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