Html Css Color HEX #47725A Como

📋 copy color: '#47725A'

red 71 ◦ green 114 ◦ blue 90

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

Shades of Como #47725A

Tints of Como #47725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 25.82%
G = 41.45%
B = 32.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#47725A (or 0x47725A) is known color: Como. HEX triplet: 47, 72 and 5A. RGB value is (71,114,90). Sum of RGB (Red+Green+Blue) = 71+114+90=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #47725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47725A is #B88DA5. Grayscale: #626262. Windows color (decimal): -12094886 or 5927495. OLE color: 5927495.

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

Color convert

RGB 71 114 90 -
CMYK 0.38 0 0.21 0.55
HSL 146.51º 0.23% 0.36% -
HSV(B) 146.51º 0.38% 0.45% -
XYZ 10.46 14.11 11.85 -
YUV 98.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 71 114 90 0.38 0 0.21 0.55 146.51 0.23 0.36
Hex 47 72 5A 26 0 15 37 93 17 24
Octal 107 162 132 46 0 25 67 223 27 44
Binary 1000111 1110010 1011010 100110 0 10101 110111 10010011 10111 100100

Color Harmonies of #47725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47725A

Black with #47725A

Text Example


Text Example

White with #47725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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