Html Css Color HEX #47725C Como

📋 copy color: '#47725C'

red 71 ◦ green 114 ◦ blue 92

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

Shades of Como #47725C

Tints of Como #47725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 25.63%
G = 41.16%
B = 33.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#47725C (or 0x47725C) is known color: Como. HEX triplet: 47, 72 and 5C. RGB value is (71,114,92). Sum of RGB (Red+Green+Blue) = 71+114+92=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #47725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47725C is #B88DA3. Grayscale: #626262. Windows color (decimal): -12094884 or 6058567. OLE color: 6058567.

HSL color Cylindrical-coordinate representation of color #47725C: hue angle of 149.3º 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 #47725C is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 92 -
CMYK 0.38 0 0.19 0.55
HSL 149.3º 0.23% 0.36% -
HSV(B) 149.3º 0.38% 0.45% -
XYZ 10.55 14.15 12.3 -
YUV 98.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 71 114 92 0.38 0 0.19 0.55 149.3 0.23 0.36
Hex 47 72 5C 26 0 13 37 95 17 24
Octal 107 162 134 46 0 23 67 225 27 44
Binary 1000111 1110010 1011100 100110 0 10011 110111 10010101 10111 100100

Color Harmonies of #47725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47725C

Black with #47725C

Text Example


Text Example

White with #47725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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