Html Css Color HEX #4C674D Nandor

📋 copy color: '#4C674D'

red 76 ◦ green 103 ◦ blue 77

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

Shades of Nandor #4C674D

Tints of Nandor #4C674D

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #4C674D: hue angle of 122.22º 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 #4C674D is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 103 77 -
CMYK 0.26 0 0.25 0.60
HSL 122.22º 0.15% 0.35% -
HSV(B) 122.22º 0.26% 0.4% -
XYZ 9.17 11.77 8.81 -
YUV 91.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 76 103 77 0.26 0 0.25 0.60 122.22 0.15 0.35
Hex 4C 67 4D 1A 0 19 3C 7A F 23
Octal 114 147 115 32 0 31 74 172 17 43
Binary 1001100 1100111 1001101 11010 0 11001 111100 1111010 1111 100011

Color Harmonies of #4C674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C674D

Black with #4C674D

Text Example


Text Example

White with #4C674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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