Html Css Color HEX #4D664C Nandor

📋 copy color: '#4D664C'

red 77 ◦ green 102 ◦ blue 76

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

Shades of Nandor #4D664C

Tints of Nandor #4D664C

RGB

 RED value IS 77 (30.47% from 255) = 30.2%

 GREEN value IS 102 (40.23% from 255) = 40%

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

R = 30.2%
G = 40%
B = 29.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#4D664C (or 0x4D664C) is known color: Nandor. HEX triplet: 4D, 66 and 4C. RGB value is (77,102,76). Sum of RGB (Red+Green+Blue) = 77+102+76=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #4D664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D664C is #B299B3. Grayscale: #5B5B5B. Windows color (decimal): -11704756 or 5006925. OLE color: 5006925.

HSL color Cylindrical-coordinate representation of color #4D664C: hue angle of 117.69º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D664C is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 77 102 76 -
CMYK 0.25 0 0.25 0.6
HSL 117.69º 0.15% 0.35% -
HSV(B) 117.69º 0.25% 0.4% -
XYZ 9.12 11.6 8.6 -
YUV 91.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 77 102 76 0.25 0 0.25 0.6 117.69 0.15 0.35
Hex 4D 66 4C 19 0 19 3C 76 F 23
Octal 115 146 114 31 0 31 74 166 17 43
Binary 1001101 1100110 1001100 11001 0 11001 111100 1110110 1111 100011

Color Harmonies of #4D664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D664C

Black with #4D664C

Text Example


Text Example

White with #4D664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,102,76); }

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

background-color css

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

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

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

border-color css

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

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

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