Html Css Color HEX #47725D Como

📋 copy color: '#47725D'

red 71 ◦ green 114 ◦ blue 93

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

Shades of Como #47725D

Tints of Como #47725D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 25.54%
G = 41.01%
B = 33.45%

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

#47725D (or 0x47725D) is known color: Como. HEX triplet: 47, 72 and 5D. RGB value is (71,114,93). Sum of RGB (Red+Green+Blue) = 71+114+93=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #47725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47725D is #B88DA2. Grayscale: #626262. Windows color (decimal): -12094883 or 6124103. OLE color: 6124103.

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

Color convert

RGB 71 114 93 -
CMYK 0.38 0 0.18 0.55
HSL 150.7º 0.23% 0.36% -
HSV(B) 150.7º 0.38% 0.45% -
XYZ 10.59 14.16 12.53 -
YUV 98.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 71 114 93 0.38 0 0.18 0.55 150.7 0.23 0.36
Hex 47 72 5D 26 0 12 37 97 17 24
Octal 107 162 135 46 0 22 67 227 27 44
Binary 1000111 1110010 1011101 100110 0 10010 110111 10010111 10111 100100

Color Harmonies of #47725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47725D

Black with #47725D

Text Example


Text Example

White with #47725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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