Html Css Color HEX #4C574C Nandor

📋 copy color: '#4C574C'

red 76 ◦ green 87 ◦ blue 76

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

Shades of Nandor #4C574C

Tints of Nandor #4C574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 31.8%
G = 36.4%
B = 31.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#4C574C (or 0x4C574C) is known color: Nandor. HEX triplet: 4C, 57 and 4C. RGB value is (76,87,76). Sum of RGB (Red+Green+Blue) = 76+87+76=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #4C574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C574C is #B3A8B3. Grayscale: #525252. Windows color (decimal): -11774132 or 5003084. OLE color: 5003084.

HSL color Cylindrical-coordinate representation of color #4C574C: hue angle of 120º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C574C is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 76 87 76 -
CMYK 0.13 0 0.13 0.66
HSL 120º 0.07% 0.32% -
HSV(B) 120º 0.13% 0.34% -
XYZ 7.69 8.87 8.14 -
YUV 82.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 76 87 76 0.13 0 0.13 0.66 120 0.07 0.32
Hex 4C 57 4C D 0 D 42 78 7 20
Octal 114 127 114 15 0 15 102 170 7 40
Binary 1001100 1010111 1001100 1101 0 1101 1000010 1111000 111 100000

Color Harmonies of #4C574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C574C

Black with #4C574C

Text Example


Text Example

White with #4C574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,87,76); }

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

background-color css

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

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

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

border-color css

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

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

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