Html Css Color HEX #47745C Como

📋 copy color: '#47745C'

red 71 ◦ green 116 ◦ blue 92

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

Shades of Como #47745C

Tints of Como #47745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.58%

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

R = 25.45%
G = 41.58%
B = 32.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#47745C (or 0x47745C) is known color: Como. HEX triplet: 47, 74 and 5C. RGB value is (71,116,92). Sum of RGB (Red+Green+Blue) = 71+116+92=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #47745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47745C is #B88BA3. Grayscale: #636363. Windows color (decimal): -12094372 or 6059079. OLE color: 6059079.

HSL color Cylindrical-coordinate representation of color #47745C: hue angle of 148º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47745C is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 92 -
CMYK 0.39 0 0.21 0.55
HSL 148º 0.24% 0.37% -
HSV(B) 148º 0.39% 0.45% -
XYZ 10.78 14.6 12.38 -
YUV 99.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 71 116 92 0.39 0 0.21 0.55 148 0.24 0.37
Hex 47 74 5C 27 0 15 37 94 18 25
Octal 107 164 134 47 0 25 67 224 30 45
Binary 1000111 1110100 1011100 100111 0 10101 110111 10010100 11000 100101

Color Harmonies of #47745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47745C

Black with #47745C

Text Example


Text Example

White with #47745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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