Html Css Color HEX #47755B Como

📋 copy color: '#47755B'

red 71 ◦ green 117 ◦ blue 91

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

Shades of Como #47755B

Tints of Como #47755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 25.45%
G = 41.94%
B = 32.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#47755B (or 0x47755B) is known color: Como. HEX triplet: 47, 75 and 5B. RGB value is (71,117,91). Sum of RGB (Red+Green+Blue) = 71+117+91=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #47755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47755B is #B88AA4. Grayscale: #646464. Windows color (decimal): -12094117 or 5993799. OLE color: 5993799.

HSL color Cylindrical-coordinate representation of color #47755B: hue angle of 146.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47755B is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 91 -
CMYK 0.39 0 0.22 0.54
HSL 146.09º 0.24% 0.37% -
HSV(B) 146.09º 0.39% 0.46% -
XYZ 10.85 14.82 12.19 -
YUV 100.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 71 117 91 0.39 0 0.22 0.54 146.09 0.24 0.37
Hex 47 75 5B 27 0 16 36 92 18 25
Octal 107 165 133 47 0 26 66 222 30 45
Binary 1000111 1110101 1011011 100111 0 10110 110110 10010010 11000 100101

Color Harmonies of #47755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47755B

Black with #47755B

Text Example


Text Example

White with #47755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47755B; }

 p { color: rgb(71,117,91); }

 H1.HeaderClassName
 {
   color: #47755B;
 }
 .AnyTagClassName
 {
   color: #47755B;
 }
</style>

background-color css

<style>
 a { background-color: #47755B; }

 a { background-color: rgb(71,117,91); }

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

border-color css

<style>
 span { border-color: #47755B; }

 span { border-color: rgb(71,117,91); }

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