Html Css Color HEX #47765C Como

📋 copy color: '#47765C'

red 71 ◦ green 118 ◦ blue 92

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

Shades of Como #47765C

Tints of Como #47765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

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

R = 25.27%
G = 41.99%
B = 32.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#47765C (or 0x47765C) is known color: Como. HEX triplet: 47, 76 and 5C. RGB value is (71,118,92). Sum of RGB (Red+Green+Blue) = 71+118+92=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #47765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47765C is #B889A3. Grayscale: #656565. Windows color (decimal): -12093860 or 6059591. OLE color: 6059591.

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

Color convert

RGB 71 118 92 -
CMYK 0.40 0 0.22 0.54
HSL 146.81º 0.25% 0.37% -
HSV(B) 146.81º 0.4% 0.46% -
XYZ 11.01 15.07 12.45 -
YUV 100.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 71 118 92 0.40 0 0.22 0.54 146.81 0.25 0.37
Hex 47 76 5C 28 0 16 36 93 19 25
Octal 107 166 134 50 0 26 66 223 31 45
Binary 1000111 1110110 1011100 101000 0 10110 110110 10010011 11001 100101

Color Harmonies of #47765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47765C

Black with #47765C

Text Example


Text Example

White with #47765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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