Html Css Color HEX #4C715C Como

📋 copy color: '#4C715C'

red 76 ◦ green 113 ◦ blue 92

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

Shades of Como #4C715C

Tints of Como #4C715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

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

R = 27.05%
G = 40.21%
B = 32.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#4C715C (or 0x4C715C) is known color: Como. HEX triplet: 4C, 71 and 5C. RGB value is (76,113,92). Sum of RGB (Red+Green+Blue) = 76+113+92=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #4C715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C715C is #B38EA3. Grayscale: #636363. Windows color (decimal): -11767460 or 6058316. OLE color: 6058316.

HSL color Cylindrical-coordinate representation of color #4C715C: hue angle of 145.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C715C is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 113 92 -
CMYK 0.33 0 0.19 0.56
HSL 145.95º 0.2% 0.37% -
HSV(B) 145.95º 0.33% 0.44% -
XYZ 10.82 14.12 12.28 -
YUV 99.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 76 113 92 0.33 0 0.19 0.56 145.95 0.2 0.37
Hex 4C 71 5C 21 0 13 38 92 14 25
Octal 114 161 134 41 0 23 70 222 24 45
Binary 1001100 1110001 1011100 100001 0 10011 111000 10010010 10100 100101

Color Harmonies of #4C715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C715C

Black with #4C715C

Text Example


Text Example

White with #4C715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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