Html Css Color HEX #47775D Como

📋 copy color: '#47775D'

red 71 ◦ green 119 ◦ blue 93

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

Shades of Como #47775D

Tints of Como #47775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

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

R = 25.09%
G = 42.05%
B = 32.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#47775D (or 0x47775D) is known color: Como. HEX triplet: 47, 77 and 5D. RGB value is (71,119,93). Sum of RGB (Red+Green+Blue) = 71+119+93=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #47775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47775D is #B888A2. Grayscale: #656565. Windows color (decimal): -12093603 or 6125383. OLE color: 6125383.

HSL color Cylindrical-coordinate representation of color #47775D: hue angle of 147.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47775D is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 93 -
CMYK 0.40 0 0.22 0.53
HSL 147.5º 0.25% 0.37% -
HSV(B) 147.5º 0.4% 0.47% -
XYZ 11.17 15.32 12.72 -
YUV 101.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 71 119 93 0.40 0 0.22 0.53 147.5 0.25 0.37
Hex 47 77 5D 28 0 16 35 94 19 25
Octal 107 167 135 50 0 26 65 224 31 45
Binary 1000111 1110111 1011101 101000 0 10110 110101 10010100 11001 100101

Color Harmonies of #47775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47775D

Black with #47775D

Text Example


Text Example

White with #47775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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