Html Css Color HEX #4D674C Nandor

📋 copy color: '#4D674C'

red 77 ◦ green 103 ◦ blue 76

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

Shades of Nandor #4D674C

Tints of Nandor #4D674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.23%

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

R = 30.08%
G = 40.23%
B = 29.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#4D674C (or 0x4D674C) is known color: Nandor. HEX triplet: 4D, 67 and 4C. RGB value is (77,103,76). Sum of RGB (Red+Green+Blue) = 77+103+76=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #4D674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D674C is #B298B3. Grayscale: #5C5C5C. Windows color (decimal): -11704500 or 5007181. OLE color: 5007181.

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

Color convert

RGB 77 103 76 -
CMYK 0.25 0 0.26 0.60
HSL 117.78º 0.15% 0.35% -
HSV(B) 117.78º 0.26% 0.4% -
XYZ 9.22 11.8 8.63 -
YUV 92.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 77 103 76 0.25 0 0.26 0.60 117.78 0.15 0.35
Hex 4D 67 4C 19 0 1A 3C 76 F 23
Octal 115 147 114 31 0 32 74 166 17 43
Binary 1001101 1100111 1001100 11001 0 11010 111100 1110110 1111 100011

Color Harmonies of #4D674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D674C

Black with #4D674C

Text Example


Text Example

White with #4D674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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