Html Css Color HEX #4C755C Como

📋 copy color: '#4C755C'

red 76 ◦ green 117 ◦ blue 92

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

Shades of Como #4C755C

Tints of Como #4C755C

RGB

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

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

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

R = 26.67%
G = 41.05%
B = 32.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#4C755C (or 0x4C755C) is known color: Como. HEX triplet: 4C, 75 and 5C. RGB value is (76,117,92). Sum of RGB (Red+Green+Blue) = 76+117+92=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #4C755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C755C is #B38AA3. Grayscale: #656565. Windows color (decimal): -11766436 or 6059340. OLE color: 6059340.

HSL color Cylindrical-coordinate representation of color #4C755C: hue angle of 143.41º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C755C is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 117 92 -
CMYK 0.35 0 0.21 0.54
HSL 143.41º 0.21% 0.38% -
HSV(B) 143.41º 0.35% 0.46% -
XYZ 11.27 15.03 12.43 -
YUV 101.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 76 117 92 0.35 0 0.21 0.54 143.41 0.21 0.38
Hex 4C 75 5C 23 0 15 36 8F 15 26
Octal 114 165 134 43 0 25 66 217 25 46
Binary 1001100 1110101 1011100 100011 0 10101 110110 10001111 10101 100110

Color Harmonies of #4C755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C755C

Black with #4C755C

Text Example


Text Example

White with #4C755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,117,92); }

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

background-color css

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

 a { background-color: rgb(76,117,92); }

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

border-color css

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

 span { border-color: rgb(76,117,92); }

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