Html Css Color HEX #47775A Como

📋 copy color: '#47775A'

red 71 ◦ green 119 ◦ blue 90

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

Shades of Como #47775A

Tints of Como #47775A

RGB

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

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

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

R = 25.36%
G = 42.5%
B = 32.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#47775A (or 0x47775A) is known color: Como. HEX triplet: 47, 77 and 5A. RGB value is (71,119,90). Sum of RGB (Red+Green+Blue) = 71+119+90=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #47775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47775A is #B888A5. Grayscale: #656565. Windows color (decimal): -12093606 or 5928775. OLE color: 5928775.

HSL color Cylindrical-coordinate representation of color #47775A: hue angle of 143.75º 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 #47775A is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 90 -
CMYK 0.40 0 0.24 0.53
HSL 143.75º 0.25% 0.37% -
HSV(B) 143.75º 0.4% 0.47% -
XYZ 11.04 15.27 12.04 -
YUV 101.34 121.6 106.36 -
System Red Green Blue C M Y K H S L
Decimal 71 119 90 0.40 0 0.24 0.53 143.75 0.25 0.37
Hex 47 77 5A 28 0 18 35 90 19 25
Octal 107 167 132 50 0 30 65 220 31 45
Binary 1000111 1110111 1011010 101000 0 11000 110101 10010000 11001 100101

Color Harmonies of #47775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47775A

Black with #47775A

Text Example


Text Example

White with #47775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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