Html Css Color HEX #4C7A65 Como

📋 copy color: '#4C7A65'

red 76 ◦ green 122 ◦ blue 101

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

Shades of Como #4C7A65

Tints of Como #4C7A65

RGB

 RED value IS 76 (30.08% from 255) = 25.42%

 GREEN value IS 122 (48.05% from 255) = 40.8%

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 25.42%
G = 40.8%
B = 33.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#4C7A65 (or 0x4C7A65) is known color: Como. HEX triplet: 4C, 7A and 65. RGB value is (76,122,101). Sum of RGB (Red+Green+Blue) = 76+122+101=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A65 is #B3859A. Grayscale: #696969. Windows color (decimal): -11765147 or 6650444. OLE color: 6650444.

HSL color Cylindrical-coordinate representation of color #4C7A65: hue angle of 152.61º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7A65 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 122 101 -
CMYK 0.38 0 0.17 0.52
HSL 152.61º 0.23% 0.39% -
HSV(B) 152.61º 0.38% 0.48% -
XYZ 12.29 16.4 14.83 -
YUV 105.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 76 122 101 0.38 0 0.17 0.52 152.61 0.23 0.39
Hex 4C 7A 65 26 0 11 34 99 17 27
Octal 114 172 145 46 0 21 64 231 27 47
Binary 1001100 1111010 1100101 100110 0 10001 110100 10011001 10111 100111

Color Harmonies of #4C7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7A65

Black with #4C7A65

Text Example


Text Example

White with #4C7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,122,101); }

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

background-color css

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

 a { background-color: rgb(76,122,101); }

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

border-color css

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

 span { border-color: rgb(76,122,101); }

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