Html Css Color HEX #4A7760 Como

📋 copy color: '#4A7760'

red 74 ◦ green 119 ◦ blue 96

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

Shades of Como #4A7760

Tints of Como #4A7760

RGB

 RED value IS 74 (29.3% from 255) = 25.61%

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

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 25.61%
G = 41.18%
B = 33.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#4A7760 (or 0x4A7760) is known color: Como. HEX triplet: 4A, 77 and 60. RGB value is (74,119,96). Sum of RGB (Red+Green+Blue) = 74+119+96=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7760 is #B5889F. Grayscale: #666666. Windows color (decimal): -11896992 or 6321994. OLE color: 6321994.

HSL color Cylindrical-coordinate representation of color #4A7760: hue angle of 149.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7760 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 96 -
CMYK 0.38 0 0.19 0.53
HSL 149.33º 0.23% 0.38% -
HSV(B) 149.33º 0.38% 0.47% -
XYZ 11.53 15.49 13.45 -
YUV 102.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 74 119 96 0.38 0 0.19 0.53 149.33 0.23 0.38
Hex 4A 77 60 26 0 13 35 95 17 26
Octal 112 167 140 46 0 23 65 225 27 46
Binary 1001010 1110111 1100000 100110 0 10011 110101 10010101 10111 100110

Color Harmonies of #4A7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7760

Black with #4A7760

Text Example


Text Example

White with #4A7760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A7760; }

 p { color: rgb(74,119,96); }

 H1.HeaderClassName
 {
   color: #4A7760;
 }
 .AnyTagClassName
 {
   color: #4A7760;
 }
</style>

background-color css

<style>
 a { background-color: #4A7760; }

 a { background-color: rgb(74,119,96); }

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

border-color css

<style>
 span { border-color: #4A7760; }

 span { border-color: rgb(74,119,96); }

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