Html Css Color HEX #47755F Como

📋 copy color: '#47755F'

red 71 ◦ green 117 ◦ blue 95

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

Shades of Como #47755F

Tints of Como #47755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 25.09%
G = 41.34%
B = 33.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#47755F (or 0x47755F) is known color: Como. HEX triplet: 47, 75 and 5F. RGB value is (71,117,95). Sum of RGB (Red+Green+Blue) = 71+117+95=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #47755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47755F is #B88AA0. Grayscale: #646464. Windows color (decimal): -12094113 or 6255943. OLE color: 6255943.

HSL color Cylindrical-coordinate representation of color #47755F: hue angle of 151.3º 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 #47755F is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 95 -
CMYK 0.39 0 0.19 0.54
HSL 151.3º 0.24% 0.37% -
HSV(B) 151.3º 0.39% 0.46% -
XYZ 11.03 14.89 13.12 -
YUV 100.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 71 117 95 0.39 0 0.19 0.54 151.3 0.24 0.37
Hex 47 75 5F 27 0 13 36 97 18 25
Octal 107 165 137 47 0 23 66 227 30 45
Binary 1000111 1110101 1011111 100111 0 10011 110110 10010111 11000 100101

Color Harmonies of #47755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47755F

Black with #47755F

Text Example


Text Example

White with #47755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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